a
This commit is contained in:
parent
a2073c24c1
commit
c72bf19396
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user