Skip to content

Commit

Permalink
Merge aa21d57 into 704cd29
Browse files Browse the repository at this point in the history
  • Loading branch information
danimaribeiro committed Sep 12, 2019
2 parents 704cd29 + aa21d57 commit 9519f2c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion pytrustnfe/Servidores.py
Expand Up @@ -142,7 +142,7 @@ def localizar_qrcode(estado, ambiente=2):
WS_NFE_RECEPCAO_EVENTO: 'ws/recepcaoevento/recepcaoevento4.asmx?wsdl', # noqa
WS_NFE_AUTORIZACAO: 'ws/NfeAutorizacao/NFeAutorizacao4.asmx?wsdl',
WS_NFE_RET_AUTORIZACAO: 'ws/NfeRetAutorizacao/NFeRetAutorizacao4.asmx?wsdl', # noqa
WS_NFE_CADASTRO: 'ws/cadconsultacadastro/cadconsultacadastro2.asmx?wsdl', # noqa
WS_NFE_CADASTRO: 'ws/cadconsultacadastro/cadconsultacadastro4.asmx?wsdl', # noqa
}
},
NFCE_MODELO: {
Expand Down
6 changes: 2 additions & 4 deletions pytrustnfe/nfe/templates/NfeAutorizacao.xml
Expand Up @@ -27,7 +27,7 @@
<indFinal>{{ ide.indFinal }}</indFinal>
<indPres>{{ ide.indPres }}</indPres>
<procEmi>{{ ide.procEmi }}</procEmi>
<verProc>Odoo Brasil 10</verProc>
<verProc>{{ ide.verProc }}</verProc>
{% if ide.NFref is defined -%}
{% for ref in ide.NFref %}
<NFref>
Expand Down Expand Up @@ -259,9 +259,7 @@
</detExport>
{% endfor %}
{% endif %}
{% if NFe.infNFe.compra is defined %}
<xPed>{{ NFe.infNFe.compra.xPed }}</xPed>
{% endif %}
<xPed>{{ prod.xPed }}</xPed>
<nItemPed>{{ prod.nItemPed }}</nItemPed>
<nFCI>{{ prod.nFCI }}</nFCI>
{% for rastro in prod.rastro %}
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.41"
VERSION = "1.0.42"


setup(
Expand Down

0 comments on commit 9519f2c

Please sign in to comment.