fattureCCSR: using wx.parent to access data in functions

Signed-off-by: Ettore Dreucci <ettore.dreucci@gmail.com>
This commit is contained in:
2020-12-04 16:16:16 +01:00
parent 4e2fa825ce
commit a838bd6e4e
6 changed files with 43 additions and 70 deletions

View File

@@ -18,7 +18,6 @@ def get_invoices_info(input_file_path: str) -> tuple:
invoices = dict()
owner_name = '_'.join(sheet["B1"].value.split()[2:])
print(owner_name)
for i in range(1, sheet.max_row+1):
invoice_id = sheet["I"+str(i)].value