Improve price range rendering for BOM table footer (#4005)

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

View File

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