Skip to content

Commit

Permalink
[IMP] NT2020-006
Browse files Browse the repository at this point in the history
  • Loading branch information
fabioluna committed Jun 11, 2021
1 parent 9821595 commit 19fcda5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Expand Up @@ -17,4 +17,6 @@ docs/_build
*.pfx
sent_xml.xml
received_xml.xml
nfse-exemplo.py
nfse-exemplo.py
.vim/*
.venv/*
6 changes: 6 additions & 0 deletions pytrustnfe/nfe/templates/NfeAutorizacao.xml
Expand Up @@ -878,6 +878,12 @@
{% endfor %}
</pag>
{% endif %}
{% if NFe.infNFe.infIntermed is defined %}
<infIntermed>
<CNPJ>{{ NFe.infNFe.infIntermed.CNPJ }}</CNPJ>
<idCadIntTran>{{ NFe.infNFe.infIntermed.idCadIntTran }}</idCadIntTran>
</infIntermed>
{% endif %}
<infAdic>
<infAdFisco>{{ NFe.infNFe.infAdic.infAdFisco|normalize|escape }}</infAdFisco>
<infCpl>{{ NFe.infNFe.infAdic.infCpl|normalize|escape }}</infCpl>
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -2,7 +2,7 @@
from setuptools import setup, find_packages


VERSION = "1.0.58"
VERSION = "1.0.59"


setup(
Expand Down

0 comments on commit 19fcda5

Please sign in to comment.