a
This commit is contained in:
parent
958dc5e297
commit
d4622c8337
|
|
@ -261,8 +261,8 @@ if($validercontestation->existeligne($codeSociete)) {
|
|||
"BdMdp" => $_SESSION['BdMdp'],
|
||||
|
||||
"codeSociete" => $codeSociete,
|
||||
"idAdherent" => $codeSociete,
|
||||
"BdMdp" => $codeSociete,
|
||||
"idAdherent" => $idAdherent,
|
||||
"BdMdp" => $BdMdp,
|
||||
)
|
||||
);
|
||||
exit();
|
||||
|
|
|
|||
|
|
@ -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' => [],
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user