From 3063c9c063dac2acee1a1dc9e360192beb615672 Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Mon, 5 Jan 2026 12:40:34 +0000 Subject: [PATCH] a --- Controleur/ControleurRechercherassure.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Controleur/ControleurRechercherassure.php b/Controleur/ControleurRechercherassure.php index df49415..417f3cc 100644 --- a/Controleur/ControleurRechercherassure.php +++ b/Controleur/ControleurRechercherassure.php @@ -57,12 +57,14 @@ class ControleurRechercherassure extends Controleur { $beneficiaires = $this->beneficiaire->getBeneficiaireVide(); } + /* var_dump( array( "beneficiaires" => $beneficiaires, ) ); exit(); + */ if (count($beneficiaires) == 1) // if ($beneficiaires->rowCount() == 1) @@ -79,7 +81,7 @@ class ControleurRechercherassure extends Controleur { { var_dump( array( - "beneficiaires" => $beneficiaires, + "cas" => "Fiche vide", ) ); exit();