mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-03 02:21:33 +00:00
Merge pull request #9611 from mkllnk/9605-tax-total
Index tax totals correctly for invoice display
This commit is contained in:
@@ -92,10 +92,7 @@ describe '
|
||||
end
|
||||
|
||||
def taxes_in_print_data
|
||||
display_checkout_taxes_hash(order).map { |tax_rate, tax_value|
|
||||
[tax_rate,
|
||||
tax_value.format(with_currency: false)]
|
||||
}
|
||||
[["10.0%", "$11.00"]]
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user