This commit is contained in:
Mauricio Baeza 2021-02-12 12:23:34 -06:00
commit 12a24c1117
4 changed files with 8 additions and 3 deletions

View File

@ -1,4 +1,9 @@
v 1.41.2 [13-Feb-2021]
----------------------
- Error - Ticket #2
v 1.41.1 [11-Feb-2021]
----------------------
- Error - Ticket #1

View File

@ -1,2 +1,2 @@
1.41.1
1.41.2

View File

@ -8977,7 +8977,7 @@ class CfdiNomina(BaseModel):
return obj.xml, name
def _get_not_in_xml(self, invoice, emisor):
values = {'is_nomina': True}
values = {'is_nomina': True, 'el.version': VERSION_EMPRESA_LIBRE}
if invoice.version == '3.2':
return values

View File

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