a
This commit is contained in:
@@ -30,7 +30,8 @@ class ControleurFicheadherent extends Controleur {
|
||||
|
||||
public function index() {
|
||||
|
||||
$idPolice = $_SESSION['idPolice_C'];
|
||||
// $idPolice = $_SESSION['idPolice_C'];
|
||||
$idPolice = $this->adherent->getIdPoliceAdherent($idAdherent);
|
||||
$this->adherent->getNbassure($idPolice);
|
||||
|
||||
$idAdherent = $this->requete->getParametre("id");
|
||||
@@ -38,6 +39,8 @@ class ControleurFicheadherent extends Controleur {
|
||||
$beneficiaires = $this->beneficiaire->getBeneficiairesId($idAdherent);
|
||||
$totalbeneficiaires = $this->beneficiaire->getTotalBeneficiairesId($idAdherent);
|
||||
|
||||
$idPolice = $this->adherent->getIdPoliceAdherent($idAdherent);
|
||||
|
||||
|
||||
|
||||
$garantieadherents = null;
|
||||
|
||||
Reference in New Issue
Block a user