From 09362d0f48ac25a4a8e0e4417968f33859721937 Mon Sep 17 00:00:00 2001 From: regianenas <47865051+regianenas@users.noreply.github.com> Date: Fri, 17 Jan 2020 14:40:34 -0300 Subject: [PATCH] feat(pytrust) changing amount of rps sent. (#3) * feat(pytrust) changing amount of rps sent. * Bump to v1.0.33.post2 --- pytrustnfe/nfse/paulistana/templates/EnvioLoteRPS.xml | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pytrustnfe/nfse/paulistana/templates/EnvioLoteRPS.xml b/pytrustnfe/nfse/paulistana/templates/EnvioLoteRPS.xml index d609cf8..7aba755 100644 --- a/pytrustnfe/nfse/paulistana/templates/EnvioLoteRPS.xml +++ b/pytrustnfe/nfse/paulistana/templates/EnvioLoteRPS.xml @@ -6,7 +6,7 @@ false {{ nfse.data_inicio }} {{ nfse.data_fim }} - 1 + {{ nfse.lista_rps|lenght }} {{ nfse.total_servicos }} {{ nfse.total_deducoes }} diff --git a/setup.py b/setup.py index 94f3025..501098f 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages -VERSION = "1.0.33.post1" +VERSION = "1.0.33.post2" setup(