diff --git a/Controleur/ControleurRechercherassure.php b/Controleur/ControleurRechercherassure.php index fdaca7b..b923d4f 100644 --- a/Controleur/ControleurRechercherassure.php +++ b/Controleur/ControleurRechercherassure.php @@ -48,6 +48,13 @@ class ControleurRechercherassure extends Controleur { $beneficiaires = $this->beneficiaire->getBeneficiaireVide(); } + var_dump( + array( + "beneficiaires" => $beneficiaires, + ) + ); + exit(); + if (count($beneficiaires) == 1) { $idBeneficiaire = $beneficiaires['idBeneficiaire'];