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

Loading…
Cancel
Save