a
This commit is contained in:
@@ -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
|
||||
)
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user