mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-18 21:15:41 +00:00
style fix
This commit is contained in:
@ -2304,7 +2304,7 @@ function reloadTotal() {
|
||||
soTotalPriceOptions.url,
|
||||
{},
|
||||
{
|
||||
success: function(data){
|
||||
success: function(data) {
|
||||
$(soTotalPriceRef).html(data.total_price_string);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user