This commit is contained in:
KANE LAZENI 2026-06-25 17:44:40 +00:00
parent a2073c24c1
commit c72bf19396

View File

@ -151,11 +151,10 @@ class ControleurRecherche extends Controleur {
{
if ($_SESSION['p_codeProfil_C']=="CSO")
{
$idBeneficiaire = "0";
$resultat = $this->beneficiaire->getBeneficiaireConsultationCso($numeroBonConsultation);
var_dump($resultat);
return;
if(is_array($resultat)){
$idBeneficiaire = $resultat['idBeneficiaire'];
}else{
@ -204,6 +203,10 @@ class ControleurRecherche extends Controleur {
{
$beneficiaires = $this->beneficiaire->getBeneficiaireVide();
}
var_dump($resultat);
return;
}
else
{