Skip to content

Commit

Permalink
Tags de total dos valores de partilha do difal
Browse files Browse the repository at this point in the history
  • Loading branch information
danimaribeiro committed May 11, 2017
1 parent f466f3d commit 19d75a4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions pytrustnfe/nfe/templates/NfeAutorizacao.xml
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion 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",
Expand Down

0 comments on commit 19d75a4

Please sign in to comment.