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"));