From 63180c643ffc6499ed1dc96355f7b3e9c506c650 Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Sat, 18 Jul 2026 07:58:57 +0000 Subject: [PATCH] a --- Controleur/ControleurRechercheprestations.php | 9 --------- 1 file changed, 9 deletions(-) diff --git a/Controleur/ControleurRechercheprestations.php b/Controleur/ControleurRechercheprestations.php index b62b51e6..ca3d9697 100755 --- a/Controleur/ControleurRechercheprestations.php +++ b/Controleur/ControleurRechercheprestations.php @@ -339,8 +339,6 @@ class ControleurRechercheprestations extends Controleur { $this->beneficiaire->getEffectifPolice($_SESSION['idPolice_C']); - // $this->rediriger("Chambrecons"); - // changement du 23/11/2017 $this->rediriger("Feuillemaladiecons"); exit(); } @@ -349,8 +347,6 @@ class ControleurRechercheprestations extends Controleur { else if ($numeroBonExamen>" ") { - // throw new Exception("numeroBonExamen : ".$numeroBonExamen); - $resultat = $this->beneficiaire->getBeneficiaireExamenCso($numeroBonExamen); $idBeneficiaire = $resultat['idBeneficiaire']; @@ -402,14 +398,10 @@ class ControleurRechercheprestations extends Controleur { } // Fin Examen - - // Prescription Kine else if ($numeroBonKine>" ") { - // throw new Exception("numeroBonKine : ".$numeroBonKine); - $resultat = $this->beneficiaire->getBeneficiaireKineCso($numeroBonKine); $idBeneficiaire = $resultat['idBeneficiaire']; @@ -548,7 +540,6 @@ class ControleurRechercheprestations extends Controleur { var_dump( array( "idBeneficiaire" => $beneficiaires['0']['idBeneficiaire'], - "idSimple" => $beneficiaires['0']['id'], ) ); exit;