12776: fix included tax on fees

This commit is contained in:
Ahmed Ejaz
2024-11-15 02:23:15 +05:00
committed by Rachel Arnould
parent 4965e2bb9a
commit ed7685222e

View File

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