This commit is contained in:
KANE LAZENI 2026-01-04 13:29:35 +00:00
parent f8b154bdee
commit 8bd6823396
2 changed files with 3 additions and 3 deletions

View File

@ -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();

View File

@ -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()