From 8a7988495e385f96652aeeb75ea4291a58dd035d Mon Sep 17 00:00:00 2001 From: KONE SOREL Date: Sat, 17 Jan 2026 09:09:23 +0000 Subject: [PATCH] dr --- Controleur/ControleurCreeradherent.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Controleur/ControleurCreeradherent.php b/Controleur/ControleurCreeradherent.php index afda44b..3df79e2 100644 --- a/Controleur/ControleurCreeradherent.php +++ b/Controleur/ControleurCreeradherent.php @@ -42,13 +42,13 @@ class ControleurCreeradherent extends Controleur { $this->beneficiaire = new Beneficiaire(); $this->naturepiece = (new Naturepiece())->getListe(); $this->sexe = (new Sexe())->getListe(); - $this->situationfamille = (new Situationfamille())->getListe(); - var_dump("OK"); - die(); $this->pays = new Pays(); $this->groupesanguin = (new Groupesanguin())->getListe(); $this->tarif = new Tarif(); + + var_dump("OK"); + die(); $this->college = (new Collegepolice())->getListe($_SESSION['idPolice_C']); $this->avenant = (new Avenant())->getListeEnCours($_SESSION['idPolice_C']); $this->ouinonprorata = (new Ouinon())->getListe();