This commit is contained in:
2025-12-10 11:10:22 +00:00
parent 0e98a003e9
commit d8b269ddc5
2 changed files with 20 additions and 343 deletions

View File

@@ -121,11 +121,25 @@ class ControleurAccueilassure extends Controleur {
//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
)
);
}
}