diff --git a/Controleur/ControleurRechercheprestations.php b/Controleur/ControleurRechercheprestations.php index 807e3bcc..ef0a94c5 100755 --- a/Controleur/ControleurRechercheprestations.php +++ b/Controleur/ControleurRechercheprestations.php @@ -545,6 +545,9 @@ class ControleurRechercheprestations extends Controleur { if (count($beneficiaires) == 1) { // $beneficiaire = $beneficiaires->fetch(); + var_dump($beneficiaires); + exit; + $_SESSION['idBeneficiaire_C'] = $beneficiaires['0']['id']; // $_SESSION['idBeneficiaire_C'] = $beneficiaire['idBeneficiaire']; $_SESSION['idBeneficiaire_sav'] = $_SESSION['idBeneficiaire_C'];