From cbd701309607ca3a01839f56423bbdd0cd8b9742 Mon Sep 17 00:00:00 2001 From: Ambulance Clerc Date: Sun, 22 May 2022 14:20:44 +0200 Subject: [PATCH] Adaptation nombre de colonne --- class_invoices.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/class_invoices.py b/class_invoices.py index 2b4236e..f230598 100644 --- a/class_invoices.py +++ b/class_invoices.py @@ -22,6 +22,6 @@ class cls_Col: def __init__(self, winbiz = False): self.data = [] if winbiz == True: - for x in range(130): + for x in range(170): self.data.append("")