Browse Source

Rn fixing length and bump version (#5)

* fix(templetes) fixing length

* (Pytrust) bump to version 1.0.1.post3
pull/268/head
regianenas 6 years ago
committed by GitHub
parent
commit
df9f80bffc
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      pytrustnfe/nfse/paulistana/templates/EnvioLoteRPS.xml
  2. 2
      setup.py

2
pytrustnfe/nfse/paulistana/templates/EnvioLoteRPS.xml

@ -6,7 +6,7 @@
<transacao>false</transacao>
<dtInicio>{{ nfse.data_inicio }}</dtInicio>
<dtFim>{{ nfse.data_fim }}</dtFim>
<QtdRPS>{{ nfse.lista_rps|lenght }}</QtdRPS>
<QtdRPS>{{ nfse.lista_rps|length }}</QtdRPS>
<ValorTotalServicos>{{ nfse.total_servicos }}</ValorTotalServicos>
<ValorTotalDeducoes>{{ nfse.total_deducoes }}</ValorTotalDeducoes>
</Cabecalho>

2
setup.py

@ -1,7 +1,7 @@
# coding=utf-8
from setuptools import setup, find_packages
VERSION = "1.0.1.post2"
VERSION = "1.0.1.post3"
setup(
name="pytrustnfe",

Loading…
Cancel
Save