2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-06 07:10:28 +00:00

Improve price range rendering for BOM table footer ()

This commit is contained in:
Oliver 2022-11-29 12:59:09 +11:00 committed by GitHub
parent aa9836e88e
commit eb630a343b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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(