mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-05 02:41:33 +00:00
12776: fix included tax on fees
This commit is contained in:
committed by
Rachel Arnould
parent
4965e2bb9a
commit
ed7685222e
@@ -93,7 +93,7 @@ module Reporting
|
||||
end
|
||||
|
||||
def total_tax_on_fees
|
||||
proc { |line_item| tax_on_fees(line_item) }
|
||||
proc { |line_item| tax_on_fees(line_item) + tax_on_fees(line_item, included: true) }
|
||||
end
|
||||
|
||||
def total_tax
|
||||
|
||||
Reference in New Issue
Block a user