Ajout input popup
This commit is contained in:
4
main.py
4
main.py
@@ -464,9 +464,11 @@ class ClercAttrib2Biz():
|
||||
self.bs_counter += 1
|
||||
csv_col = cls_Col(True)
|
||||
|
||||
if b_HRF:
|
||||
print(article)
|
||||
if "code" in article.keys() and article["code"] == "HRF":
|
||||
break
|
||||
|
||||
|
||||
##Donnée globales
|
||||
csv_col.data[0] = data.data["id"] # N° document
|
||||
csv_col.data[1] = 20 # Type of document 20 = facture débiteur
|
||||
|
||||
Reference in New Issue
Block a user