From 01ccbcabd57906e41964c9115aa617c19e3cd916 Mon Sep 17 00:00:00 2001 From: El Mau Date: Mon, 24 Jan 2022 11:32:01 -0600 Subject: [PATCH] =?UTF-8?q?Cambio=20de=20NameSpace=20en=20XML=20de=20cance?= =?UTF-8?q?laci=C3=B3n?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 5 +++++ VERSION | 2 +- source/app/settings.py | 9 ++++++--- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9910ab1..21f3ca5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +v 1.45.4 [24-Ene-2022] +---------------------- + - Error: Cambio de NameSpace del XML de cancelaciĆ³n + + v 1.45.3 [23-Ene-2022] ---------------------- - Error: El enviar por correo CFDI de pago. Ticket #40 diff --git a/VERSION b/VERSION index 1a5c268..bdcb000 100644 --- a/VERSION +++ b/VERSION @@ -1,2 +1,2 @@ -1.45.3 +1.45.4 diff --git a/source/app/settings.py b/source/app/settings.py index eecb97a..786143f 100644 --- a/source/app/settings.py +++ b/source/app/settings.py @@ -42,7 +42,7 @@ except ImportError: DEBUG = DEBUG -VERSION = '1.45.3' +VERSION = '1.45.4' EMAIL_SUPPORT = ('soporte@empresalibre.mx',) TITLE_APP = '{} v{}'.format(TITLE_APP, VERSION) @@ -256,7 +256,8 @@ DEFAULT_GLOBAL = { 'clave_sat': '01010101', } -TEMPLATE_CANCEL = """ +TEMPLATE_CANCEL = """ + @@ -289,5 +290,7 @@ TEMPLATE_CANCEL = """ -""" + +""" + # ~ TEMPLATE_CANCEL = """"""