débug affichage check_adresse (doublon AVS)

This commit is contained in:
Ambulance Clerc
2022-06-06 17:48:22 +02:00
parent 16cb31d859
commit 075ab7cee7

View File

@@ -61,10 +61,6 @@ class SuggestionPopup(Toplevel):
lbf_new = LabelFrame(self, text="Nouveau patient")
lbf_new.grid(row=0, column=0, sticky='WE', padx=5, pady=5)
Label(lbf_new, text=f"N° AVS de l'adresse \t {item_1['insurance_policy_number'].replace('.','')}").grid(row=0, column=0)
lbf_old = LabelFrame(self, text="Ancien patient")
lbf_old.grid(row=0, column=1, sticky='NSEW', padx=5, pady=5)