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(