This commit is contained in:
KANE LAZENI 2026-01-04 13:30:30 +00:00
parent 7c7d65939c
commit b43833aef2

View File

@ -32,8 +32,8 @@ class ControleurCreerbeneficiaire extends Controleur {
$this->sexe = (new Sexe())->getListe(); $this->sexe = (new Sexe())->getListe();
$this->groupesanguin = (new Groupesanguin())->getListe(); $this->groupesanguin = (new Groupesanguin())->getListe();
$this->adherent = new Adherent(); $this->adherent = new Adherent();
/*
$this->lienparente = (new Lienparente())->getListeDependant(); $this->lienparente = (new Lienparente())->getListeDependant();
/*
$this->tarif = new Tarif(); $this->tarif = new Tarif();
$this->avenant = (new Avenant())->getListeEnCours($_SESSION['idPolice_C']); $this->avenant = (new Avenant())->getListeEnCours($_SESSION['idPolice_C']);
$this->ouinonprorata = (new Ouinon())->getListe(); $this->ouinonprorata = (new Ouinon())->getListe();