From c715fbe329ebbe281bd78b1ffd8578f69807e41a Mon Sep 17 00:00:00 2001 From: Danimar Ribeiro Date: Thu, 19 Jan 2017 16:18:13 -0200 Subject: [PATCH] Ajuste da Tag CSOSN 400 --- pytrustnfe/nfe/templates/NfeAutorizacao.xml | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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",