diff --git a/CHANGELOG.md b/CHANGELOG.md index 7820911..a6843a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -v 1.47.0 [17-Mar-2022] +v 1.47.0 [28-Mar-2022] ---------------------- - Mejora: Soporte basico para complemento Comercio Exterior. diff --git a/source/app/controllers/cfdi_xml.py b/source/app/controllers/cfdi_xml.py index edb485f..5e17926 100644 --- a/source/app/controllers/cfdi_xml.py +++ b/source/app/controllers/cfdi_xml.py @@ -128,6 +128,7 @@ class CFDI(object): self._is_nomina = False self._leyendas = False self._carta_porte = False + self._comercio_exterior = False self._divisas = '' self.error = ''