Browse Source

whoops

pull/89/head
Johny Chen Jy 8 years ago
committed by GitHub
parent
commit
d41b57690c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      pytrustnfe/nfe/danfe.py

7
pytrustnfe/nfe/danfe.py

@ -170,9 +170,10 @@ class danfe(object):
list_cod_prod=list_cod_prod)
self.newpage()
for xml in cce_xml:
self._generate_cce(cce_xml=xml, oXML=oXML)
self.newpage()
if cce_xml:
for xml in cce_xml:
self._generate_cce(cce_xml=xml, oXML=oXML)
self.newpage()
self.canvas.save()
def ide_emit(self, oXML=None):

Loading…
Cancel
Save