This commit is contained in:
KONE SOREL 2026-01-17 09:12:24 +00:00
parent 5ec6395cbf
commit 286f1be43b

View File

@ -49,9 +49,9 @@ class ControleurCreeradherent extends Controleur {
$this->college = (new Collegepolice())->getListe($_SESSION['idPolice_C']);
$this->avenant = (new Avenant())->getListeEnCours($_SESSION['idPolice_C']);
var_dump("OK");
die();
$this->avenant = (new Avenant())->getListeEnCours($_SESSION['idPolice_C']);
$this->ouinonprorata = (new Ouinon())->getListe();
$this->ville = new Ville();