diff --git a/Controleur/ControleurCreeradherent.php b/Controleur/ControleurCreeradherent.php index 1d72b84..2b3a257 100644 --- a/Controleur/ControleurCreeradherent.php +++ b/Controleur/ControleurCreeradherent.php @@ -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(); diff --git a/Controleur/ControleurCreerbeneficiaire.php b/Controleur/ControleurCreerbeneficiaire.php index 7ab4e20..3253770 100644 --- a/Controleur/ControleurCreerbeneficiaire.php +++ b/Controleur/ControleurCreerbeneficiaire.php @@ -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()