From d4622c8337948258238e1bd2673013aa11c558fc Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Mon, 20 Jul 2026 14:07:33 +0000 Subject: [PATCH] a --- Contestation/Validercontestation.php | 4 ++-- Controleur/ControleurAccueilassure.php | 11 ----------- 2 files changed, 2 insertions(+), 13 deletions(-) diff --git a/Contestation/Validercontestation.php b/Contestation/Validercontestation.php index 3932b4c..24b9f34 100755 --- a/Contestation/Validercontestation.php +++ b/Contestation/Validercontestation.php @@ -261,8 +261,8 @@ if($validercontestation->existeligne($codeSociete)) { "BdMdp" => $_SESSION['BdMdp'], "codeSociete" => $codeSociete, - "idAdherent" => $codeSociete, - "BdMdp" => $codeSociete, + "idAdherent" => $idAdherent, + "BdMdp" => $BdMdp, ) ); exit(); diff --git a/Controleur/ControleurAccueilassure.php b/Controleur/ControleurAccueilassure.php index 0fc1e91..2e28c95 100755 --- a/Controleur/ControleurAccueilassure.php +++ b/Controleur/ControleurAccueilassure.php @@ -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' => [],