From d6e85e7326150d8f72039424c61645c6de3dc219 Mon Sep 17 00:00:00 2001 From: Felipe Date: Mon, 2 Apr 2018 11:49:32 -0300 Subject: [PATCH] correcao nfse floripa --- pytrustnfe/nfse/floripa/templates/processar_nota.xml | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pytrustnfe/nfse/floripa/templates/processar_nota.xml b/pytrustnfe/nfse/floripa/templates/processar_nota.xml index 9fa0aba..6aaeaf3 100644 --- a/pytrustnfe/nfse/floripa/templates/processar_nota.xml +++ b/pytrustnfe/nfse/floripa/templates/processar_nota.xml @@ -18,7 +18,7 @@ {{ item.aliquota }} {{ item.cst_servico }} - {{ item.descricao|normalize|escape }} + {{ item.name|normalize|escape }} {{ item.cnae }} {{ item.quantidade }} {{ item.valor_total }} diff --git a/setup.py b/setup.py index 9437020..b258e76 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages -VERSION = "0.9.13" +VERSION = "0.9.14" setup(