Skip to content

Commit

Permalink
12776: fix included tax on fees
Browse files Browse the repository at this point in the history
  • Loading branch information
chahmedejaz authored and RachL committed Nov 15, 2024
1 parent 4965e2b commit ed76852
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/reporting/reports/suppliers/helpers/columns_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def total_fees_excl_tax
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
Expand Down

0 comments on commit ed76852

Please sign in to comment.