mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-01 02:03:22 +00:00
add total tax on product summary
This commit is contained in:
@@ -66,6 +66,7 @@ module Reporting
|
||||
summary_hash[:total_tax_on_fees] += total_tax_on_fees.call(line_item)
|
||||
summary_hash[:total_tax] += total_tax.call(line_item)
|
||||
summary_hash[:total] += total.call(line_item)
|
||||
summary_hash[:total_tax_on_product] += total_tax_on_product.call(line_item)
|
||||
end
|
||||
|
||||
summary_hash
|
||||
|
||||
Reference in New Issue
Block a user