a
This commit is contained in:
parent
9ef84cae42
commit
ce7cff17ea
|
|
@ -48,6 +48,13 @@ class ControleurRechercherassure extends Controleur {
|
||||||
$beneficiaires = $this->beneficiaire->getBeneficiaireVide();
|
$beneficiaires = $this->beneficiaire->getBeneficiaireVide();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
var_dump(
|
||||||
|
array(
|
||||||
|
"beneficiaires" => $beneficiaires,
|
||||||
|
)
|
||||||
|
);
|
||||||
|
exit();
|
||||||
|
|
||||||
if (count($beneficiaires) == 1)
|
if (count($beneficiaires) == 1)
|
||||||
{
|
{
|
||||||
$idBeneficiaire = $beneficiaires['idBeneficiaire'];
|
$idBeneficiaire = $beneficiaires['idBeneficiaire'];
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user