Browse Source

Correção da tag infAdProd (#18)

pull/19/head
Danimar Ribeiro 9 years ago
committed by GitHub
parent
commit
5396c42d60
  1. 2
      pytrustnfe/nfe/templates/NfeAutorizacao.xml
  2. 2
      setup.py

2
pytrustnfe/nfe/templates/NfeAutorizacao.xml

@ -623,7 +623,7 @@
</impostoDevol> </impostoDevol>
{% endif %} {% endif %}
{% if det.infAdProd %} {% if det.infAdProd %}
<infAdProd>{{ det.infAdProd|normalize|escape }}<infAdProd>
<infAdProd>{{ det.infAdProd|normalize|escape }}</infAdProd>
{% endif %} {% endif %}
{% set count = count + 1 %} {% set count = count + 1 %}
</det> </det>

2
setup.py

@ -1,7 +1,7 @@
# coding=utf-8 # coding=utf-8
from setuptools import setup, find_packages from setuptools import setup, find_packages
VERSION = "0.1.16"
VERSION = "0.1.17"
setup( setup(
name="PyTrustNFe", name="PyTrustNFe",

Loading…
Cancel
Save