Browse Source

[IMP] NT2020-006

Adiciona nova tag para adequar a NT2020-006
https://www.nfe.fazenda.gov.br/portal/exibirArquivo.aspx?conteudo=olkYgvQ3E7o=
pull/300/head
Fábio Luna 5 years ago
parent
commit
19fcda59e7
No known key found for this signature in database GPG Key ID: A9D2E94404D57562
  1. 2
      .gitignore
  2. 6
      pytrustnfe/nfe/templates/NfeAutorizacao.xml
  3. 2
      setup.py

2
.gitignore

@ -18,3 +18,5 @@ docs/_build
sent_xml.xml
received_xml.xml
nfse-exemplo.py
.vim/*
.venv/*

6
pytrustnfe/nfe/templates/NfeAutorizacao.xml

@ -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>

2
setup.py

@ -2,7 +2,7 @@
from setuptools import setup, find_packages
VERSION = "1.0.58"
VERSION = "1.0.59"
setup(

Loading…
Cancel
Save