changement de mode:

1: Winbiz
2: all
This commit is contained in:
Ambulance Clerc
2021-12-17 17:11:08 +01:00
parent a140a1d5c9
commit 226d05ff83
7 changed files with 236 additions and 128 deletions

View File

@@ -17,8 +17,9 @@ class cls_Invoice:
class cls_Col:
data = []
def __init__(self):
def __init__(self, winbiz = False):
self.data = []
for x in range(130):
self.data.append("")
if winbiz == True:
for x in range(130):
self.data.append("")