This commit is contained in:
KONE SOREL 2026-01-17 09:08:47 +00:00
parent a931563004
commit 25947fe4f4

View File

@ -42,9 +42,10 @@ 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->situationfamille = (new Situationfamille())->getListe();
$this->pays = new Pays();
$this->groupesanguin = (new Groupesanguin())->getListe();
$this->tarif = new Tarif();