Skip to content

Commit

Permalink
Merge e44753d into a25dd8a
Browse files Browse the repository at this point in the history
  • Loading branch information
marinaGD committed Nov 7, 2018
2 parents a25dd8a + e44753d commit 6034989
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pytrustnfe/nfe/templates/NfeAutorizacao.xml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@
{% endif %}
{% endif %}
<xNome>{{ dest.xNome|normalize|escape }}</xNome>
{% if dest.enderDest is defined %}
<enderDest>
<xLgr>{{ dest.enderDest.xLgr|normalize|escape }}</xLgr>
<nro>{{ dest.enderDest.nro }}</nro>
Expand All @@ -129,6 +130,7 @@
<xPais>{{ dest.enderDest.xPais }}</xPais>
<fone>{{ dest.enderDest.fone }}</fone>
</enderDest>
{% endif %}
<indIEDest>{{ dest.indIEDest }}</indIEDest>
{% if dest.IE != '' -%}<IE>{{ dest.IE }}</IE>{% endif %}
<ISUF>{{ dest.ISUF }}</ISUF>
Expand Down

0 comments on commit 6034989

Please sign in to comment.