Browse Source

Correções

pull/39/head
Raphael Rodrigues Nogueira 9 years ago
committed by GitHub
parent
commit
20807043ee
  1. 4
      pytrustnfe/nfe/templates/NfeAutorizacao.xml

4
pytrustnfe/nfe/templates/NfeAutorizacao.xml

@ -747,10 +747,9 @@
{% endif %}
{% endif %}
{% if NFe.infNFe.pag is defined %}
{% for pag in NFe.infNFe.pag %}
<pag>
{% if NFe.infNFe.ide.mod == '65' %}
<tPag>{{ pag }}</tPag>
<tPag>{{ NFe.infNFe.pag }}</tPag>
{% endif %}
{% if NFe.infNFe.ide.mod == '65' %}
<vPag>{{ NFe.infNFe.total.vNF }}</vPag>
@ -763,7 +762,6 @@
</card>
{% endif %}
</pag>
{% endfor %}
{% endif %}
<infAdic>
<infAdFisco>{{ NFe.infNFe.infAdic.infAdFisco|normalize|escape }}</infAdFisco>

Loading…
Cancel
Save