Browse Source

Fix the xml template for sending nfe

pull/269/head
Danimar Ribeiro 6 years ago
parent
commit
4307f5281b
  1. 2
      pytrustnfe/nfe/templates/NfeAutorizacao.xml
  2. 2
      setup.py

2
pytrustnfe/nfe/templates/NfeAutorizacao.xml

@ -914,7 +914,7 @@
</compra>
{% endif %}
</infNFe>
{% if ide.mod == '65' %}
{% if NFe.infNFe.ide.mod == '65' %}
<infNFeSupl>
{% if NFe.infNFe.qrCode is defined %}
<qrCode>{{ NFe.infNFe.qrCode }}</qrCode>

2
setup.py

@ -2,7 +2,7 @@
from setuptools import setup, find_packages
VERSION = "1.0.48"
VERSION = "1.0.49"
setup(

Loading…
Cancel
Save