Skip to content

Commit

Permalink
[FIX] No Salen los ISR en la Impresión de la factura
Browse files Browse the repository at this point in the history
  • Loading branch information
jguzmanb committed Nov 6, 2024
1 parent 50b8a3e commit 960b4c0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion l10n_do_accounting/models/account_move_line.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@ def _get_l10n_do_line_amounts(self):
+ result["itbis_16_tax_amount"]
+ result["itbis_0_tax_amount"]
- result["isr_withholding_amount"]

)

if self.currency_id != self.company_id.currency_id:
Expand Down

0 comments on commit 960b4c0

Please sign in to comment.