From 6dac310e155f016a3466768e37c02fefddb7579e Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Mon, 5 Jan 2026 13:07:47 +0000 Subject: [PATCH] a --- Controleur/ControleurRechercherassure.php | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/Controleur/ControleurRechercherassure.php b/Controleur/ControleurRechercherassure.php index 71cb625..32367ae 100644 --- a/Controleur/ControleurRechercherassure.php +++ b/Controleur/ControleurRechercherassure.php @@ -23,7 +23,7 @@ class ControleurRechercherassure extends Controleur { } public function index($numeroBeneficiaire="", $numeroAdherent="", $nomBeneficiaire="", - $prenomsBeneficiaire="", $telephonePortable="", $email="") + $prenomsBeneficiaire="") { $this->beneficiaire->getModeBiometrie(); $derniernumerobeneficiaires = '0'; @@ -33,9 +33,7 @@ class ControleurRechercherassure extends Controleur { $numeroAdherent=trim($_POST['numeroAdherent']); $nomBeneficiaire=trim($_POST['nomBeneficiaire']); $prenomsBeneficiaire=trim($_POST['prenomsBeneficiaire']); - $telephonePortable=trim($_POST['telephonePortable']); - $email=trim($_POST['email']); - + /* var_dump( array( @@ -44,8 +42,6 @@ class ControleurRechercherassure extends Controleur { "numeroAdherent" => $numeroAdherent, "nomBeneficiaire" => $nomBeneficiaire, "prenomsBeneficiaire" => $prenomsBeneficiaire, - "telephonePortable" => $telephonePortable, - "email" => $email, ) ); exit(); @@ -83,7 +79,7 @@ class ControleurRechercherassure extends Controleur { ); exit(); */ - + $beneficiaires = $this->beneficiaire->getBeneficiaires($nomBeneficiaire, $prenomsBeneficiaire); }else{ $beneficiaires = $this->beneficiaire->getBeneficiaireVide();