Skip to content

Commit e134609

Browse files
committed
[FIX] l10n_ar_account_tax_settlement: Fix por error introducido en PR numero 378
closes #390 Ticket: 74335 Signed-off-by: Katherine Zaoral <kz@adhoc.com.ar>
1 parent 6b37059 commit e134609

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

l10n_ar_account_tax_settlement/models/account_journal.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,7 @@ def iibb_aplicado_agip_files_values(self, move_lines):
525525

526526
#Identificamos si el comprobante de origen es una Factura de credito MiPyMEs sino lo
527527
# tratamos como una factura normal
528-
content += '10' if or_inv.l10n_latam_document_type.code in [201, 206, 211] else '01'
528+
content += '10' if or_inv.l10n_latam_document_type_id.code in ['201', '206', '211'] else '01'
529529

530530
# 7 - Letra del Comprobante
531531
if payment:

0 commit comments

Comments
 (0)