This commit is contained in:
Mauricio Baeza 2021-02-11 18:10:37 -06:00
commit fa01e6cf01
4 changed files with 10 additions and 3 deletions

View File

@ -1,3 +1,9 @@
v 1.41.1 [11-Feb-2021]
----------------------
- Error - Ticket #1
v 1.41.0 [10-Feb-2021]
----------------------
- Importar clientes desde archivo CSV

View File

@ -1 +1,2 @@
1.41.0
1.41.1

View File

@ -6827,7 +6827,7 @@ class CfdiPagos(BaseModel):
return obj.xml, name
def _get_not_in_xml(self, invoice, emisor):
values = {}
values = {'el.version': VERSION_EMPRESA_LIBRE}
values['notas'] = invoice.notas
values['fechadof'] = None

View File

@ -42,7 +42,7 @@ except ImportError:
DEBUG = DEBUG
VERSION = '1.41.0'
VERSION = '1.41.1'
EMAIL_SUPPORT = ('soporte@empresalibre.mx',)
TITLE_APP = '{} v{}'.format(TITLE_APP, VERSION)