a
This commit is contained in:
parent
e7d4a98f0d
commit
edc580cb8c
|
|
@ -12,11 +12,11 @@ class ControleurAjaxdetailreincorporation extends Controleur {
|
|||
$this->beneficiaire_temp = new Beneficiaire_temp();
|
||||
}
|
||||
|
||||
public function index()
|
||||
public function index()
|
||||
{
|
||||
$idPolice = $_SESSION['idPolice_C'];
|
||||
$avenant = $this->avenant->getAvenantTemp($idPolice);
|
||||
$beneficiaires_sel = $this->beneficiaire_temp->getListeBeneficiaire_temp_Ret();
|
||||
$beneficiaires_sel = $this->beneficiaire_temp->getListeBeneficiaire_temp_Reinc();
|
||||
|
||||
$this->genererVueAjax(array('beneficiaires_sel' => $beneficiaires_sel, 'avenant' => $avenant));
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user