style fix

This commit is contained in:
Matthias 2022-03-06 23:46:59 +01:00
parent 7a54cb4cb8
commit e2f54880f0
No known key found for this signature in database
GPG Key ID: F50EF5741D33E076

View File

@ -2303,9 +2303,11 @@ function reloadTotal() {
inventreeGet( inventreeGet(
soTotalPriceOptions.url, soTotalPriceOptions.url,
{}, {},
{ success: function(data){ {
success: function(data){
$(soTotalPriceRef).html(data.total_price_string); $(soTotalPriceRef).html(data.total_price_string);
}} }
}
); );
}; };