Compare commits
2 Commits
20231031-1
...
20231128-1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e8b52bcd17 | ||
|
|
90bb7e53b0 |
@@ -183,6 +183,8 @@ class Check_debitor_popup(Toplevel):
|
||||
Label(lbf_new, text="Débiteur sélectionné dans Attrib", font=label_font).grid(row=1, column=0, sticky="W")
|
||||
text_name = Text(lbf_new, fg="red", height=3,width= 30)
|
||||
text_name.grid(row=1, column=1, sticky="W")
|
||||
if 'name' not in debitor:
|
||||
debitor['name'] = ""
|
||||
text_name.insert(END,debitor['name'])
|
||||
text_name.configure(state='disabled')
|
||||
|
||||
|
||||
@@ -1 +1 @@
|
||||
20231031-1142
|
||||
20231128-1639
|
||||
|
||||
2
main.py
2
main.py
@@ -771,7 +771,7 @@ class ClercAttrib2Biz():
|
||||
csv_col.data[116] = self.ifNotNull(data.Patient["category"]) + " - " + self.ifNotNull(data.Intervention["type"])
|
||||
csv_col.data[118] = data.Intervention["kilometers"]
|
||||
csv_col.data[135] = data.Intervention["base_name"]
|
||||
if data.Debtor["code"] == "100" or data.Debtor["code"] == "101":
|
||||
if data.Debtor["code"] == "100" or data.Debtor["code"] == "101" or data.Debtor["code"] == "158":
|
||||
csv_col.data[136] = "EBILL" #code présentation de facture
|
||||
else:
|
||||
csv_col.data[136] = 3 #code présentation de facture
|
||||
|
||||
@@ -1 +1,2 @@
|
||||
VERSION = "20231031-1142"
|
||||
VERSION = "20231128-1639"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user