mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Simple formatting fix for BOM table (#3984)
This commit is contained in:
parent
f4644c089f
commit
1058a7c490
@ -957,10 +957,10 @@ function loadBomTable(table, options={}) {
|
||||
}
|
||||
});
|
||||
|
||||
var total = `${top_total}`;
|
||||
var total = `${formatDecimal(top_total)}`;
|
||||
|
||||
if (top_total != all_total) {
|
||||
total += ` / ${all_total}`;
|
||||
total += ` / ${formatDecimal(all_total)}`;
|
||||
}
|
||||
|
||||
return total;
|
||||
|
Loading…
Reference in New Issue
Block a user