a
This commit is contained in:
parent
eecf70ce85
commit
7c7d65939c
|
|
@ -30,9 +30,9 @@ class ControleurCreerbeneficiaire extends Controleur {
|
|||
$this->beneficiaire = new Beneficiaire();
|
||||
$this->naturepiece = (new Naturepiece())->getListe();
|
||||
$this->sexe = (new Sexe())->getListe();
|
||||
/*
|
||||
$this->groupesanguin = (new Groupesanguin())->getListe();
|
||||
$this->adherent = new Adherent();
|
||||
/*
|
||||
$this->lienparente = (new Lienparente())->getListeDependant();
|
||||
$this->tarif = new Tarif();
|
||||
$this->avenant = (new Avenant())->getListeEnCours($_SESSION['idPolice_C']);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user