Skip to content

Commit 22bf2d8

Browse files
committed
Initial
1 parent e0d9740 commit 22bf2d8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

satdigitalinvoice/facturacion.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -352,6 +352,8 @@ def unzip_cfdi(self, file):
352352
quotechar='|'
353353
)
354354
header = next(cfdi_metadata_reader)
355+
if 'Estatus' not in header:
356+
continue
355357
for row in cfdi_metadata_reader:
356358
row = dict(zip(header, row))
357359
print_yaml(row)

0 commit comments

Comments
 (0)