fr
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user