From ce7cff17ea5c17c1ac8a923a25e67f5ccdaf17a6 Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Mon, 5 Jan 2026 13:47:55 +0000 Subject: [PATCH] a --- Controleur/ControleurRechercherassure.php | 7 +++++++ 1 file changed, 7 insertions(+) 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'];