diff --git a/Controleur/ControleurRecherche.php b/Controleur/ControleurRecherche.php index 853e7f3..e40085e 100755 --- a/Controleur/ControleurRecherche.php +++ b/Controleur/ControleurRecherche.php @@ -153,9 +153,9 @@ class ControleurRecherche extends Controleur { { $resultat = $this->beneficiaire->getBeneficiaireConsultationCso($numeroBonConsultation); - var_dump($resulta); + var_dump($resultat); return; - + if(is_array($resultat)){ $idBeneficiaire = $resultat['idBeneficiaire']; }else{