a
This commit is contained in:
parent
36ab7fd97b
commit
63180c643f
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user