Skip to content

Commit

Permalink
[FIX] l10n_ar_account_tax_settlement: percepciones Misiones. Importe …
Browse files Browse the repository at this point in the history
…de la operación

Ticket: 65802
  • Loading branch information
pablohmontenegro committed Sep 13, 2023
1 parent 2e75f16 commit a001096
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions l10n_ar_account_tax_settlement/models/account_journal.py
Original file line number Diff line number Diff line change
Expand Up @@ -1330,10 +1330,7 @@ def misiones_files_values(self, move_lines):
content += line.move_id.partner_id.ensure_vat() + ','

# Importe de la operación, consultar si l10n_latam_price_net es correcto
tax_group_id = line.tax_line_id.tax_group_id.id
for x in line.move_id.amount_by_group:
if x[-1] == tax_group_id:
content += str(x[2]) + ','
content += str(line.tax_base_amount) + ','

# Alícuota
alicuot_line = line.tax_line_id.get_partner_alicuot(
Expand Down

0 comments on commit a001096

Please sign in to comment.