From 8bd6823396588b7ce94b3a6aec69e4f645ac14c2 Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Sun, 4 Jan 2026 13:29:35 +0000 Subject: [PATCH] a --- Controleur/ControleurCreeradherent.php | 1 - Controleur/ControleurCreerbeneficiaire.php | 5 +++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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()