Johny Chen Jy
8 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
3 additions and
3 deletions
-
pytrustnfe/nfe/danfe.py
-
setup.py
|
|
|
@ -141,8 +141,8 @@ class danfe(object): |
|
|
|
self.Page = 1 |
|
|
|
|
|
|
|
# Calculando total linhas usadas para descrições dos itens |
|
|
|
# Com bloco fatura, apenas 29 linhas para itens na primeira folha |
|
|
|
nNr_Lin_Pg_1 = 34 if oXML_cobr is None else 30 |
|
|
|
# Com bloco fatura, apenas 25 linhas para itens na primeira folha |
|
|
|
nNr_Lin_Pg_1 = 30 if oXML_cobr is None else 26 |
|
|
|
# [ rec_ini , rec_fim , lines , limit_lines ] |
|
|
|
oPaginator = [[0, 0, 0, nNr_Lin_Pg_1]] |
|
|
|
el_det = oXML.findall(".//{http://www.portalfiscal.inf.br/nfe}det") |
|
|
|
|
|
|
|
@ -1,7 +1,7 @@ |
|
|
|
# coding=utf-8 |
|
|
|
from setuptools import setup, find_packages |
|
|
|
|
|
|
|
VERSION = "0.1.48" |
|
|
|
VERSION = "0.1.49" |
|
|
|
|
|
|
|
setup( |
|
|
|
name="PyTrustNFe", |
|
|
|
|