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();