Skip to content

Commit

Permalink
Fix the xml template for sending nfe
Browse files Browse the repository at this point in the history
  • Loading branch information
danimaribeiro committed Feb 21, 2020
1 parent 57672b4 commit 36c9b6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pytrustnfe/nfe/templates/NfeAutorizacao.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from setuptools import setup, find_packages


VERSION = "1.0.48"
VERSION = "1.0.49"


setup(
Expand Down

0 comments on commit 36c9b6c

Please sign in to comment.