From a2073c24c110644a1597983359c8a3bb9e202969 Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Thu, 25 Jun 2026 17:40:37 +0000 Subject: [PATCH] a --- Controleur/ControleurRecherche.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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{