style fix

This commit is contained in:
Matthias 2022-03-06 23:50:29 +01:00
parent 174bba90ab
commit 66601a516b
No known key found for this signature in database
GPG Key ID: F50EF5741D33E076

View File

@ -2304,7 +2304,7 @@ function reloadTotal() {
soTotalPriceOptions.url, soTotalPriceOptions.url,
{}, {},
{ {
success: function(data){ success: function(data) {
$(soTotalPriceRef).html(data.total_price_string); $(soTotalPriceRef).html(data.total_price_string);
} }
} }