changement de mode:
1: Winbiz 2: all
This commit is contained in:
@@ -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("")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user