a
This commit is contained in:
@@ -20,16 +20,18 @@ class ControleurAjaxavenantretrait extends Controleurrequete
|
||||
$idPolice = $_SESSION['idPolice_C'];
|
||||
$idAvenant = $this->requete->getParametreFormulaire("idAvenant");
|
||||
|
||||
$entetecp = $this->police->getEnteteCP($idPolice);
|
||||
|
||||
var_dump(
|
||||
array(
|
||||
"idPolice" => $idPolice,
|
||||
"idAvenant" => $idAvenant,
|
||||
// "idPolice" => $idPolice,
|
||||
// "idAvenant" => $idAvenant,
|
||||
"entetecp" => $entetecp,
|
||||
)
|
||||
);
|
||||
exit;
|
||||
|
||||
/*
|
||||
$entetecp = $this->police->getEnteteCP($idPolice);
|
||||
$collegecps = $this->police->getCollegesCP($idPolice);
|
||||
$garantiescollegecps = $this->police->getGarantiesCollegesCP($idPolice);
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user