a
This commit is contained in:
parent
bdf5676203
commit
72b0250231
|
|
@ -56,12 +56,14 @@ class ControleurAccueilassure extends Controleur {
|
|||
|
||||
$garantieadherents = $this->garantieadherent->getGarantieBeneficiaire($idBeneficiaire);
|
||||
|
||||
|
||||
/*
|
||||
if ($idBeneficiaire !== null) {
|
||||
$actes = $this->garantieadherent->getBaremePlafondAdherent($idAdherent, $idBeneficiaire);
|
||||
} else {
|
||||
$actes = null;
|
||||
}
|
||||
*/
|
||||
$actes = null;
|
||||
|
||||
$this->adherent->controlerplafondadherentannuel($idAdherent);
|
||||
$_SESSION['controlerPlafondBeneficiaire'] = "0";
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user