This commit is contained in:
KANE LAZENI 2026-07-20 14:07:33 +00:00
parent 958dc5e297
commit d4622c8337
2 changed files with 2 additions and 13 deletions

View File

@ -261,8 +261,8 @@ if($validercontestation->existeligne($codeSociete)) {
"BdMdp" => $_SESSION['BdMdp'],
"codeSociete" => $codeSociete,
"idAdherent" => $codeSociete,
"BdMdp" => $codeSociete,
"idAdherent" => $idAdherent,
"BdMdp" => $BdMdp,
)
);
exit();

View File

@ -56,20 +56,10 @@ 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";
$limite_adherent = $this->adherent->getLimitesAdherent($idAdherent, $dateJour);
@ -84,7 +74,6 @@ class ControleurAccueilassure extends Controleur {
$lienparente = array();
$consos_liens = array();
$tabConsoParGaranties = [
'garanties' => [],
'depenses' => [],