mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Improve price range rendering for BOM table footer (#4005)
This commit is contained in:
parent
aa9836e88e
commit
eb630a343b
@ -1086,7 +1086,8 @@ function loadBomTable(table, options={}) {
|
||||
}
|
||||
|
||||
if (any_pricing) {
|
||||
var html = formatCurrency(min_price) + ' - ' + formatCurrency(max_price);
|
||||
|
||||
var html = formatPriceRange(min_price, max_price);
|
||||
|
||||
if (complete_pricing) {
|
||||
html += makeIconBadge(
|
||||
|
Loading…
Reference in New Issue
Block a user