From 644d593b4b45b0a42143a4b7c44515a6e2225397 Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Sat, 4 Apr 2026 08:55:33 +0000 Subject: [PATCH] a --- Controleur/ControleurAccueilassure.php | 28 +++++++++++++++++--------- 1 file changed, 19 insertions(+), 9 deletions(-) diff --git a/Controleur/ControleurAccueilassure.php b/Controleur/ControleurAccueilassure.php index 07f1aaa..dee66c7 100755 --- a/Controleur/ControleurAccueilassure.php +++ b/Controleur/ControleurAccueilassure.php @@ -34,7 +34,7 @@ class ControleurAccueilassure extends Controleur { $d2 = date('Y-m-d'); $feuillemaladies = $this->feuillemaladie->getfeuillesmaladiefamille($idAdherent, $d1, $d2); - $prestation = $this->adherent->getlisteprestations(); + // $prestation = $this->adherent->getlisteprestations(); $numeroBeneficiaire = $this->requete->getParametreFormulaire("numeroBeneficiaire"); @@ -118,13 +118,23 @@ class ControleurAccueilassure extends Controleur { $dataConsoParGaranties = json_encode($tabConsoParGaranties,JSON_NUMERIC_CHECK); - //var_dump($dataConsoParGaranties); die(); - - $this->genererVue(array( - 'adherent' => $adherent,'beneficiaires' => $beneficiaires,'garantieadherents' => $garantieadherents, - 'limite_adherent' => $limite_adherent,'prestation' => $prestation,'garanties' => $garanties, - 'numeroBeneficiaire' => $numeroBeneficiaire, 'actes' => $actes, 'labels_mois' => $labels_mois, - 'data_consos' => $data_consos, 'labels_liens' => $labels_liens, 'data_liens' => $data_liens, - 'nbreLienParente' => $nbreLienParente, 'dataConsoParGaranties' => $dataConsoParGaranties)); + $this->genererVue( + array( + 'adherent' => $adherent, + 'beneficiaires' => $beneficiaires, + 'garantieadherents' => $garantieadherents, + 'limite_adherent' => $limite_adherent, + // 'prestation' => $prestation, + 'garanties' => $garanties, + 'numeroBeneficiaire' => $numeroBeneficiaire, + 'actes' => $actes, + 'labels_mois' => $labels_mois, + 'data_consos' => $data_consos, + 'labels_liens' => $labels_liens, + 'data_liens' => $data_liens, + 'nbreLienParente' => $nbreLienParente, + 'dataConsoParGaranties' => $dataConsoParGaranties + ) + ); } }