diff --git a/Controleur/ControleurProformahospitalisation.php b/Controleur/ControleurProformahospitalisation.php index fc60c5c..b48f1f1 100755 --- a/Controleur/ControleurProformahospitalisation.php +++ b/Controleur/ControleurProformahospitalisation.php @@ -105,11 +105,7 @@ class ControleurProformahospitalisation extends Controleur { 'nomCollege' => $nomCollege, 'codeLienParente' => $codeLienParente, 'noAdherent' => $noAdherent, - 'nomAdherent' => $nomAdherent, - 'typeHospitalisation' => $typeHospitalisation, - 'medecins' => $medecins, - 'affections' => $affections, - 'actesChambre' => $actesChambre + 'nomAdherent' => $nomAdherent )); exit();