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,