Skip to content

Commit

Permalink
[ADD] Adiciona tag xped no item da nfe
Browse files Browse the repository at this point in the history
* [FIX] xped path

* [version] upgrade
  • Loading branch information
marinaGD authored and danimaribeiro committed May 14, 2019
1 parent 0d3dd06 commit d8d6b94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pytrustnfe/nfe/templates/NfeAutorizacao.xml
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@
</detExport>
{% endfor %}
{% endif %}
<xPed>{{ prod.xPed }}</xPed>
<xPed>{{ NFe.infNFe.compra.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
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from setuptools import setup, find_packages


VERSION = "1.0.36"
VERSION = "1.0.37"


setup(
Expand Down

0 comments on commit d8d6b94

Please sign in to comment.