From 1bd77e8e688a59105ae373f02934393bb2047992 Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Sun, 4 Jan 2026 13:17:17 +0000 Subject: [PATCH] a --- Controleur/ControleurCreerbeneficiaire.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Controleur/ControleurCreerbeneficiaire.php b/Controleur/ControleurCreerbeneficiaire.php index dfde535..8eb429c 100644 --- a/Controleur/ControleurCreerbeneficiaire.php +++ b/Controleur/ControleurCreerbeneficiaire.php @@ -65,6 +65,9 @@ class ControleurCreerbeneficiaire extends Controleur { // $codeSociete = $this->requete->getSession()->getAttribut('codeSociete'); + echo "getAdherentId"; + exit(); + $adherent = $this->adherent->getAdherentId($idAdherent); $this->genererVue(array('adherent' => $adherent, 'naturepiece' => $this->naturepiece, 'sexe' => $this->sexe,