a
This commit is contained in:
parent
8bd6823396
commit
eecf70ce85
|
|
@ -27,10 +27,10 @@ class ControleurCreerbeneficiaire extends Controleur {
|
||||||
public function __construct() {
|
public function __construct() {
|
||||||
$this->menuvue = new Menuvueutilisateur();
|
$this->menuvue = new Menuvueutilisateur();
|
||||||
$this->menuvue->getMenuVue('Creerbeneficiaire');
|
$this->menuvue->getMenuVue('Creerbeneficiaire');
|
||||||
/*
|
|
||||||
$this->beneficiaire = new Beneficiaire();
|
$this->beneficiaire = new Beneficiaire();
|
||||||
$this->naturepiece = (new Naturepiece())->getListe();
|
$this->naturepiece = (new Naturepiece())->getListe();
|
||||||
$this->sexe = (new Sexe())->getListe();
|
$this->sexe = (new Sexe())->getListe();
|
||||||
|
/*
|
||||||
$this->groupesanguin = (new Groupesanguin())->getListe();
|
$this->groupesanguin = (new Groupesanguin())->getListe();
|
||||||
$this->adherent = new Adherent();
|
$this->adherent = new Adherent();
|
||||||
$this->lienparente = (new Lienparente())->getListeDependant();
|
$this->lienparente = (new Lienparente())->getListeDependant();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user