dr
This commit is contained in:
parent
a931563004
commit
25947fe4f4
|
|
@ -42,9 +42,10 @@ class ControleurCreeradherent extends Controleur {
|
||||||
$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->situationfamille = (new Situationfamille())->getListe();
|
||||||
var_dump("OK");
|
var_dump("OK");
|
||||||
die();
|
die();
|
||||||
$this->situationfamille = (new Situationfamille())->getListe();
|
|
||||||
$this->pays = new Pays();
|
$this->pays = new Pays();
|
||||||
$this->groupesanguin = (new Groupesanguin())->getListe();
|
$this->groupesanguin = (new Groupesanguin())->getListe();
|
||||||
$this->tarif = new Tarif();
|
$this->tarif = new Tarif();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user