diff --git a/pytrustnfe/nfe/danfe.py b/pytrustnfe/nfe/danfe.py index 85c414b..54ea885 100644 --- a/pytrustnfe/nfe/danfe.py +++ b/pytrustnfe/nfe/danfe.py @@ -170,9 +170,9 @@ class danfe(object): infAdProd = item.find( ".//{http://www.portalfiscal.inf.br/nfe}infAdProd") - list_ = wrap(tagtext(oNode=el_prod, cTag='xProd'), 56) + list_ = wrap(tagtext(oNode=el_prod, cTag='xProd'), 50) if infAdProd is not None: - list_.extend(wrap(infAdProd.text, 56)) + list_.extend(wrap(infAdProd.text, 50)) list_desc.append(list_) list_cProd = wrap(tagtext(oNode=el_prod, cTag='cProd'), 14) diff --git a/setup.py b/setup.py index c3263f6..82c0f32 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages -VERSION = "1.0.34" +VERSION = "1.0.35" setup(