Fix - Issue #130

This commit is contained in:
Mauricio Baeza 2018-01-16 21:08:30 -06:00
parent f856d432b2
commit d7d6b6efda
1 changed files with 1 additions and 2 deletions

View File

@ -201,8 +201,7 @@ class CFDI(object):
from xml.sax.saxutils import escape, unescape
conceptos = ET.SubElement(self._cfdi, '{}:Conceptos'.format(self._pre))
for row in datos:
for row in reversed(datos):
# ~ print (row['Descripcion'])
# ~ xml = escape(xml.encode('ascii', 'xmlcharrefreplace').decode('utf-8'), False)
# ~ row['Descripcion'] = escape(row['Descripcion'].replace('\n', '
'), False)