Skip to content

Commit

Permalink
Ajuste da Tag CSOSN 400
Browse files Browse the repository at this point in the history
  • Loading branch information
danimaribeiro committed Jan 19, 2017
1 parent 37eef2c commit c715fbe
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
Expand Up @@ -408,7 +408,7 @@
<vCredICMSSN>{{ imposto.ICMS.vCredICMSSN }}</vCredICMSSN>
</ICMSSN101>
{% endif %}
{% if imposto.ICMS.CST == '102' -%}
{% if imposto.ICMS.CST in ('102', '103', '300', '400') -%}
<ICMSSN102>
<orig>{{ imposto.ICMS.orig }}</orig>
<CSOSN>{{ imposto.ICMS.CST }}</CSOSN>
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.23"
VERSION = "0.1.24"

setup(
name="PyTrustNFe",
Expand Down

0 comments on commit c715fbe

Please sign in to comment.