a
This commit is contained in:
parent
1b797df8ae
commit
4c509572c2
|
|
@ -30,9 +30,6 @@ class ControleurConsulterdetailbaremecollege extends Controleur {
|
||||||
|
|
||||||
$idCollege = $_SESSION['idCollege_C'];
|
$idCollege = $_SESSION['idCollege_C'];
|
||||||
|
|
||||||
//var_dump($idCollegeTemp);
|
|
||||||
|
|
||||||
|
|
||||||
$garantiesajoutees = $this->garantie->getGarantiesProduit($bareme["codeProduit"], $idBaremePriseEnCharge);
|
$garantiesajoutees = $this->garantie->getGarantiesProduit($bareme["codeProduit"], $idBaremePriseEnCharge);
|
||||||
|
|
||||||
$actif = $this->oui_non->getListe();
|
$actif = $this->oui_non->getListe();
|
||||||
|
|
@ -40,7 +37,6 @@ class ControleurConsulterdetailbaremecollege extends Controleur {
|
||||||
|
|
||||||
$maxDateEffetBareme = $this->garantie->getMaxDateEffetBareme($idBaremePriseEnCharge);
|
$maxDateEffetBareme = $this->garantie->getMaxDateEffetBareme($idBaremePriseEnCharge);
|
||||||
|
|
||||||
|
|
||||||
$this->genererVue(array(
|
$this->genererVue(array(
|
||||||
'bareme' => $bareme,
|
'bareme' => $bareme,
|
||||||
'garantiesajoutees' => $garantiesajoutees,
|
'garantiesajoutees' => $garantiesajoutees,
|
||||||
|
|
@ -50,5 +46,4 @@ class ControleurConsulterdetailbaremecollege extends Controleur {
|
||||||
));
|
));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue
Block a user