f
This commit is contained in:
parent
b80f256cff
commit
bdce5078f7
|
|
@ -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);
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user