From 97ab8a77c63b5509ef83f6bff29ea7f48885b14a Mon Sep 17 00:00:00 2001 From: Danimar Ribeiro Date: Fri, 30 Oct 2020 17:20:37 -0300 Subject: [PATCH] Carga tributaria media como opcional --- pytrustnfe/nfse/paulistana/templates/EnvioLoteRPS.xml | 2 ++ setup.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/pytrustnfe/nfse/paulistana/templates/EnvioLoteRPS.xml b/pytrustnfe/nfse/paulistana/templates/EnvioLoteRPS.xml index bf5e52f..be852fb 100644 --- a/pytrustnfe/nfse/paulistana/templates/EnvioLoteRPS.xml +++ b/pytrustnfe/nfse/paulistana/templates/EnvioLoteRPS.xml @@ -70,8 +70,10 @@ {% endif %} {% if rps.tomador.email %}{{ rps.tomador.email }}{% endif %} {{ rps.descricao|normalize|escape }} + {% if rps.valor_carga_tributarial %} {{ rps.valor_carga_tributaria }} {{ rps.fonte_carga_tributaria }} + {% endif %} {% endfor %} diff --git a/setup.py b/setup.py index 52e7c21..07316f9 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages -VERSION = "1.0.54" +VERSION = "1.0.55" setup(