a
This commit is contained in:
parent
9b42b477db
commit
3ce5cc87a8
|
|
@ -31,8 +31,6 @@ class ControleurFicheadherent extends Controleur {
|
|||
public function index() {
|
||||
|
||||
// $idPolice = $_SESSION['idPolice_C'];
|
||||
$idPolice = $this->adherent->getIdPoliceAdherent($idAdherent);
|
||||
$this->adherent->getNbassure($idPolice);
|
||||
|
||||
$idAdherent = $this->requete->getParametre("id");
|
||||
$adherent = $this->adherent->getContexteAdherentId($idAdherent);
|
||||
|
|
@ -40,8 +38,7 @@ class ControleurFicheadherent extends Controleur {
|
|||
$totalbeneficiaires = $this->beneficiaire->getTotalBeneficiairesId($idAdherent);
|
||||
|
||||
$idPolice = $this->adherent->getIdPoliceAdherent($idAdherent);
|
||||
|
||||
|
||||
$this->adherent->getNbassure($idPolice);
|
||||
|
||||
$garantieadherents = null;
|
||||
$prestationParLienParente = $_SESSION['prestationParLienParente'];
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user