From 5ec6395cbfe1ab15dda47b54c20fa45350dbd3a2 Mon Sep 17 00:00:00 2001 From: KONE SOREL Date: Sat, 17 Jan 2026 09:09:50 +0000 Subject: [PATCH] fr --- Controleur/ControleurCreeradherent.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Controleur/ControleurCreeradherent.php b/Controleur/ControleurCreeradherent.php index 3df79e2..a5c839a 100644 --- a/Controleur/ControleurCreeradherent.php +++ b/Controleur/ControleurCreeradherent.php @@ -46,10 +46,11 @@ class ControleurCreeradherent extends Controleur { $this->pays = new Pays(); $this->groupesanguin = (new Groupesanguin())->getListe(); $this->tarif = new Tarif(); + + $this->college = (new Collegepolice())->getListe($_SESSION['idPolice_C']); 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();