Skip to content

Commit

Permalink
Merge pull request #41 from CristianoMafraJunior/fix_page_lines
Browse files Browse the repository at this point in the history
Fix page_lines
  • Loading branch information
antoniospneto authored Nov 25, 2024
2 parents 332febf + 7b71b87 commit 8d8f9e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions brazilfiscalreport/dacte/dacte.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ def __init__(self, xml, config: DacteConfig = None):
)
self.obs_dacte_list.append(self.x_texto)

self.page_lines = 0
self.inf_carga_list = []
for infQ in self.inf_carga:
self.c_unid = extract_text(infQ, "cUnid")
Expand Down

0 comments on commit 8d8f9e7

Please sign in to comment.