Browse Source

(Pytrust) fixing templete and bump version to 1.0.33.post3 (#6)

pull/263/head
regianenas 6 years ago
committed by GitHub
parent
commit
100d6aa909
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> <transacao>false</transacao>
<dtInicio>{{ nfse.data_inicio }}</dtInicio> <dtInicio>{{ nfse.data_inicio }}</dtInicio>
<dtFim>{{ nfse.data_fim }}</dtFim> <dtFim>{{ nfse.data_fim }}</dtFim>
<QtdRPS>{{ nfse.lista_rps|lenght }}</QtdRPS>
<QtdRPS>{{ nfse.lista_rps|length }}</QtdRPS>
<ValorTotalServicos>{{ nfse.total_servicos }}</ValorTotalServicos> <ValorTotalServicos>{{ nfse.total_servicos }}</ValorTotalServicos>
<ValorTotalDeducoes>{{ nfse.total_deducoes }}</ValorTotalDeducoes> <ValorTotalDeducoes>{{ nfse.total_deducoes }}</ValorTotalDeducoes>
</Cabecalho> </Cabecalho>

2
setup.py

@ -2,7 +2,7 @@
from setuptools import setup, find_packages from setuptools import setup, find_packages
VERSION = "1.0.33.post2"
VERSION = "1.0.33.post3"
setup( setup(

Loading…
Cancel
Save