This commit is contained in:
KONE SOREL 2026-01-17 09:09:23 +00:00
parent 25947fe4f4
commit 8a7988495e

View File

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