a
This commit is contained in:
parent
f8b154bdee
commit
8bd6823396
|
|
@ -43,7 +43,6 @@ class ControleurCreeradherent extends Controleur {
|
|||
$this->naturepiece = (new Naturepiece())->getListe();
|
||||
$this->sexe = (new Sexe())->getListe();
|
||||
$this->situationfamille = (new Situationfamille())->getListe();
|
||||
// $this->pays = (new Pays())->getListe($_SESSION['codePaysSociete']);
|
||||
$this->pays = new Pays();
|
||||
$this->groupesanguin = (new Groupesanguin())->getListe();
|
||||
$this->tarif = new Tarif();
|
||||
|
|
|
|||
|
|
@ -26,7 +26,8 @@ class ControleurCreerbeneficiaire extends Controleur {
|
|||
|
||||
public function __construct() {
|
||||
$this->menuvue = new Menuvueutilisateur();
|
||||
$this->menuvue->getMenuVue('Creerbeneficiaire');
|
||||
$this->menuvue->getMenuVue('Creerbeneficiaire');
|
||||
/*
|
||||
$this->beneficiaire = new Beneficiaire();
|
||||
$this->naturepiece = (new Naturepiece())->getListe();
|
||||
$this->sexe = (new Sexe())->getListe();
|
||||
|
|
@ -34,10 +35,10 @@ class ControleurCreerbeneficiaire extends Controleur {
|
|||
$this->adherent = new Adherent();
|
||||
$this->lienparente = (new Lienparente())->getListeDependant();
|
||||
$this->tarif = new Tarif();
|
||||
// $this->avenant = (new Avenant())->getListe($_SESSION['idPolice_C']);
|
||||
$this->avenant = (new Avenant())->getListeEnCours($_SESSION['idPolice_C']);
|
||||
$this->ouinonprorata = (new Ouinon())->getListe();
|
||||
$this->beneficiaire_temp = new Beneficiaire_temp();
|
||||
*/
|
||||
}
|
||||
|
||||
public function index()
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user