Fix get version in PDF nomina

This commit is contained in:
Mauricio Baeza 2021-02-12 12:04:31 -06:00
parent 51e2464141
commit 0e881eb17a
1 changed files with 1 additions and 1 deletions

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