mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
style fix
This commit is contained in:
parent
7a54cb4cb8
commit
e2f54880f0
@ -2303,9 +2303,11 @@ function reloadTotal() {
|
||||
inventreeGet(
|
||||
soTotalPriceOptions.url,
|
||||
{},
|
||||
{ success: function(data){
|
||||
$(soTotalPriceRef).html(data.total_price_string);
|
||||
}}
|
||||
{
|
||||
success: function(data){
|
||||
$(soTotalPriceRef).html(data.total_price_string);
|
||||
}
|
||||
}
|
||||
);
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user