mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-30 12:36:45 +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){
|
||||
{
|
||||
success: function(data){
|
||||
$(soTotalPriceRef).html(data.total_price_string);
|
||||
}}
|
||||
}
|
||||
}
|
||||
);
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user