This commit is contained in:
KONE SOREL 2026-01-17 09:09:50 +00:00
parent 8a7988495e
commit 5ec6395cbf

View File

@ -47,9 +47,10 @@ class ControleurCreeradherent extends Controleur {
$this->groupesanguin = (new Groupesanguin())->getListe(); $this->groupesanguin = (new Groupesanguin())->getListe();
$this->tarif = new Tarif(); $this->tarif = new Tarif();
$this->college = (new Collegepolice())->getListe($_SESSION['idPolice_C']);
var_dump("OK"); var_dump("OK");
die(); die();
$this->college = (new Collegepolice())->getListe($_SESSION['idPolice_C']);
$this->avenant = (new Avenant())->getListeEnCours($_SESSION['idPolice_C']); $this->avenant = (new Avenant())->getListeEnCours($_SESSION['idPolice_C']);
$this->ouinonprorata = (new Ouinon())->getListe(); $this->ouinonprorata = (new Ouinon())->getListe();