From 92a2505726335fe83c5044b0de89dda715d3e07f Mon Sep 17 00:00:00 2001 From: pal0schi <31492998+pal0schi@users.noreply.github.com> Date: Mon, 2 Apr 2018 13:19:30 -0300 Subject: [PATCH] =?UTF-8?q?Correcao=20NFS-e=20Floripa=20-=20Descri=C3=A7?= =?UTF-8?q?=C3=A3o=20dos=20servi=C3=A7os?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * decode no sent_xml nfse imperial * --- 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(