diff --git a/pms_l10n_es/wizards/traveller_report.py b/pms_l10n_es/wizards/traveller_report.py index 10eb7a97c..6f96de21b 100644 --- a/pms_l10n_es/wizards/traveller_report.py +++ b/pms_l10n_es/wizards/traveller_report.py @@ -105,7 +105,7 @@ class TravellerReport(models.TransientModel): content += "||" + line.document_number.upper() + "|" else: content += "|" + line.document_number.upper() + "||" - content += line.document_type.name + "|" + content += line.document_type.code + "|" content += line.document_expedition_date.strftime("%Y%m%d") + "|" content += line.lastname.upper() + "|" if line.lastname2: