From eb1db219b8fc242f5243ce7743392e56c5c86fe7 Mon Sep 17 00:00:00 2001 From: Danimar Ribeiro Date: Wed, 11 Apr 2018 20:13:30 -0300 Subject: [PATCH] =?UTF-8?q?Nova=20tag=20de=20base=20de=20c=C3=A1lculo=20pa?= =?UTF-8?q?ra=20nfse-floripa?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pytrustnfe/nfse/floripa/templates/processar_nota.xml | 1 + setup.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pytrustnfe/nfse/floripa/templates/processar_nota.xml b/pytrustnfe/nfse/floripa/templates/processar_nota.xml index 6aaeaf3..4fb97e8 100644 --- a/pytrustnfe/nfse/floripa/templates/processar_nota.xml +++ b/pytrustnfe/nfse/floripa/templates/processar_nota.xml @@ -17,6 +17,7 @@ {% for item in rps.itens_servico -%} {{ item.aliquota }} + {{ item.base_calculo }} {{ item.cst_servico }} {{ item.name|normalize|escape }} {{ item.cnae }} diff --git a/setup.py b/setup.py index b7e7049..4f68dcf 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages -VERSION = "0.9.17" +VERSION = "0.9.18" setup(