2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-16 20:15:44 +00:00

style fix

This commit is contained in:
Matthias
2022-03-06 23:46:59 +01:00
parent 7a54cb4cb8
commit e2f54880f0

View File

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