This commit is contained in:
KONE SOREL 2026-01-17 09:14:58 +00:00
parent b80f256cff
commit bdce5078f7

View File

@ -50,8 +50,6 @@ 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->ouinonprorata = (new Ouinon())->getListe();
$this->ville = new Ville();
@ -63,9 +61,6 @@ class ControleurCreeradherent extends Controleur {
{
$idClient = $_SESSION['idClient_C'];
var_dump($idClient);
die();
$client = $this->client->getClientId($idClient);