diff --git a/Controleur/ControleurCreeradherent.php b/Controleur/ControleurCreeradherent.php index a5c839a..389a906 100644 --- a/Controleur/ControleurCreeradherent.php +++ b/Controleur/ControleurCreeradherent.php @@ -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();