From 3e43cc3b461464165803e7403ff63bb11f90e883 Mon Sep 17 00:00:00 2001 From: Mauricio Baeza Date: Thu, 11 Feb 2021 18:07:51 -0600 Subject: [PATCH] Fix - issue #1 --- source/app/models/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/app/models/main.py b/source/app/models/main.py index 8f82824..4e3388c 100644 --- a/source/app/models/main.py +++ b/source/app/models/main.py @@ -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