Browse Source
Merge pull request #300 from fabioluna/feature/NT2020-0006
[IMP] NT2020-006
master3
Danimar Ribeiro
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with
10 additions and
2 deletions
-
.gitignore
-
pytrustnfe/nfe/templates/NfeAutorizacao.xml
-
setup.py
|
|
|
@ -17,4 +17,6 @@ docs/_build |
|
|
|
*.pfx |
|
|
|
sent_xml.xml |
|
|
|
received_xml.xml |
|
|
|
nfse-exemplo.py |
|
|
|
nfse-exemplo.py |
|
|
|
.vim/* |
|
|
|
.venv/* |
|
|
|
@ -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,7 +2,7 @@ |
|
|
|
from setuptools import setup, find_packages |
|
|
|
|
|
|
|
|
|
|
|
VERSION = "1.0.58" |
|
|
|
VERSION = "1.0.59" |
|
|
|
|
|
|
|
|
|
|
|
setup( |
|
|
|
|