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>
{% endif %}
{% if det.infAdProd %}
<infAdProd>{{ det.infAdProd|normalize|escape }}<infAdProd>
<infAdProd>{{ det.infAdProd|normalize|escape }}</infAdProd>
{% endif %}
{% set count = count + 1 %}
</det>

2
setup.py

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

Loading…
Cancel
Save