From 5396c42d60d61cf18ada242cd4d235ac53c7f7a5 Mon Sep 17 00:00:00 2001 From: Danimar Ribeiro Date: Tue, 3 Jan 2017 08:57:21 -0200 Subject: [PATCH] =?UTF-8?q?Corre=C3=A7=C3=A3o=20da=20tag=20infAdProd=20(#1?= =?UTF-8?q?8)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 f457e78..ec4d1e5 100644 --- a/pytrustnfe/nfe/templates/NfeAutorizacao.xml +++ b/pytrustnfe/nfe/templates/NfeAutorizacao.xml @@ -623,7 +623,7 @@ {% endif %} {% if det.infAdProd %} - {{ det.infAdProd|normalize|escape }} + {{ det.infAdProd|normalize|escape }} {% endif %} {% set count = count + 1 %} diff --git a/setup.py b/setup.py index f52e9f8..cdb3acb 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ # coding=utf-8 from setuptools import setup, find_packages -VERSION = "0.1.16" +VERSION = "0.1.17" setup( name="PyTrustNFe",