Skip to content

Commit

Permalink
[FIX] l10n_ar_account_tax_settlement: las percepciones en notas de dé…
Browse files Browse the repository at this point in the history
…bito las informamos sin letra.

closes #443

Ticket: 79523
Signed-off-by: mem-adhoc <[email protected]>
  • Loading branch information
pablohmontenegro committed Sep 4, 2024
1 parent a122911 commit 634354e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion l10n_ar_account_tax_settlement/models/account_journal.py
Original file line number Diff line number Diff line change
Expand Up @@ -589,7 +589,7 @@ def iibb_aplicado_agip_files_values(self, move_lines):
if payment:
content += ' '
else:
content += line.l10n_latam_document_type_id.l10n_ar_letter
content += line.l10n_latam_document_type_id.l10n_ar_letter if internal_type == 'invoice' else ' '

# 6 - Nro de comprobante
content += '%016d' % int(
Expand Down

0 comments on commit 634354e

Please sign in to comment.