diff --git a/Controleur/ControleurAjaxavenantretrait.php b/Controleur/ControleurAjaxavenantretrait.php index ebaf7dda..20a07f98 100644 --- a/Controleur/ControleurAjaxavenantretrait.php +++ b/Controleur/ControleurAjaxavenantretrait.php @@ -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); */