From 4259ed1ad3d302799143c0ed4c11db09f751bb91 Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Sat, 18 Jul 2026 07:06:45 +0000 Subject: [PATCH] a --- Controleur/ControleurRechercheprestations.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Controleur/ControleurRechercheprestations.php b/Controleur/ControleurRechercheprestations.php index abefea5d..b09f5c1c 100755 --- a/Controleur/ControleurRechercheprestations.php +++ b/Controleur/ControleurRechercheprestations.php @@ -31,7 +31,7 @@ class ControleurRechercheprestations extends Controleur { { $this->beneficiaire->getModeBiometrie(); - if(!empty($_POST)) { + if(!empty($_POST)) // if (isset($_POST['numeroBeneficiaire'])) { $numeroBeneficiaire = trim($this->requete->getParametreFormulaire("numeroBeneficiaire"));