Browse Source

Ajuste da Tag CSOSN 400

pull/28/head
Danimar Ribeiro 9 years ago
parent
commit
c715fbe329
  1. 2
      pytrustnfe/nfe/templates/NfeAutorizacao.xml
  2. 2
      setup.py

2
pytrustnfe/nfe/templates/NfeAutorizacao.xml

@ -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>

2
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",

Loading…
Cancel
Save