2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-18 21:15:41 +00:00

style fix

This commit is contained in:
Matthias
2022-03-06 23:50:29 +01:00
parent 174bba90ab
commit 66601a516b

View File

@ -2304,7 +2304,7 @@ function reloadTotal() {
soTotalPriceOptions.url,
{},
{
success: function(data){
success: function(data) {
$(soTotalPriceRef).html(data.total_price_string);
}
}