Débug custom_popup.py if name not exist in Debitor

This commit is contained in:
Ambulance Clerc
2023-11-28 15:00:11 +01:00
parent 56c23ae53c
commit 90bb7e53b0
3 changed files with 4 additions and 2 deletions

View File

@@ -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')

View File

@@ -1 +1 @@
20231031-1142
20231128-1459

View File

@@ -1 +1 @@
VERSION = "20231031-1142"
VERSION = "20231128-1459"