From b43833aef27b034e59050d4591f1cf4cd617db57 Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Sun, 4 Jan 2026 13:30:30 +0000 Subject: [PATCH] a --- Controleur/ControleurCreerbeneficiaire.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Controleur/ControleurCreerbeneficiaire.php b/Controleur/ControleurCreerbeneficiaire.php index cc52d01..276caf4 100644 --- a/Controleur/ControleurCreerbeneficiaire.php +++ b/Controleur/ControleurCreerbeneficiaire.php @@ -32,8 +32,8 @@ class ControleurCreerbeneficiaire extends Controleur { $this->sexe = (new Sexe())->getListe(); $this->groupesanguin = (new Groupesanguin())->getListe(); $this->adherent = new Adherent(); - /* $this->lienparente = (new Lienparente())->getListeDependant(); + /* $this->tarif = new Tarif(); $this->avenant = (new Avenant())->getListeEnCours($_SESSION['idPolice_C']); $this->ouinonprorata = (new Ouinon())->getListe();