From e04c418cf088ea37df87f85f1ae071b108615857 Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Sun, 1 Mar 2026 07:20:09 +0000 Subject: [PATCH] a --- Controleur/ControleurAjaxavenantretrait.php | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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); */