Browse Source

Tags de total dos valores de partilha do difal

pull/52/head
Danimar Ribeiro 9 years ago
parent
commit
4e967260f9
  1. 3
      pytrustnfe/nfe/templates/NfeAutorizacao.xml
  2. 2
      setup.py

3
pytrustnfe/nfe/templates/NfeAutorizacao.xml

@ -636,6 +636,9 @@
<vBC>{{ total.vBC }}</vBC>
<vICMS>{{ total.vICMS }}</vICMS>
<vICMSDeson>{{ total.vICMSDeson }}</vICMSDeson>
<vFCPUFDest>{{ total.vFCPUFDest }}</vFCPUFDest>
<vICMSUFDest>{{ total.vICMSUFDest }}</vICMSUFDest>
<vICMSUFRemet>{{ total.vICMSUFRemet }}</vICMSUFRemet>
<vBCST>{{ total.vBCST }}</vBCST>
<vST>{{ total.vST }}</vST>
<vProd>{{ total.vProd }}</vProd>

2
setup.py

@ -1,7 +1,7 @@
# coding=utf-8
from setuptools import setup, find_packages
VERSION = "0.1.34"
VERSION = "0.1.35"
setup(
name="PyTrustNFe",

Loading…
Cancel
Save