From 075ab7cee7a52417e2f8b81fdd6afbb2eea69b9b Mon Sep 17 00:00:00 2001 From: Ambulance Clerc Date: Mon, 6 Jun 2022 17:48:22 +0200 Subject: [PATCH] =?UTF-8?q?d=C3=A9bug=20affichage=20check=5Fadresse=20(dou?= =?UTF-8?q?blon=20AVS)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/main.py b/main.py index 6797ad4..a84af2a 100644 --- a/main.py +++ b/main.py @@ -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)