a
This commit is contained in:
parent
f9a0248b61
commit
e04c418cf0
|
|
@ -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);
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user