diff --git a/pytrustnfe/nfe/templates/NfeAutorizacao.xml b/pytrustnfe/nfe/templates/NfeAutorizacao.xml index f3220b16..3abca9cd 100644 --- a/pytrustnfe/nfe/templates/NfeAutorizacao.xml +++ b/pytrustnfe/nfe/templates/NfeAutorizacao.xml @@ -408,7 +408,7 @@ {{ imposto.ICMS.vCredICMSSN }} {% endif %} - {% if imposto.ICMS.CST == '102' -%} + {% if imposto.ICMS.CST in ('102', '103', '300', '400') -%} {{ imposto.ICMS.orig }} {{ imposto.ICMS.CST }} diff --git a/setup.py b/setup.py index 6526fa4c..cb4b5923 100644 --- a/setup.py +++ b/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",