diff --git a/Controleur/ControleurConsulterdetailbaremecollege.php b/Controleur/ControleurConsulterdetailbaremecollege.php index 8b57e8e5..bd6f8cfc 100755 --- a/Controleur/ControleurConsulterdetailbaremecollege.php +++ b/Controleur/ControleurConsulterdetailbaremecollege.php @@ -30,9 +30,6 @@ class ControleurConsulterdetailbaremecollege extends Controleur { $idCollege = $_SESSION['idCollege_C']; - //var_dump($idCollegeTemp); - - $garantiesajoutees = $this->garantie->getGarantiesProduit($bareme["codeProduit"], $idBaremePriseEnCharge); $actif = $this->oui_non->getListe(); @@ -40,7 +37,6 @@ class ControleurConsulterdetailbaremecollege extends Controleur { $maxDateEffetBareme = $this->garantie->getMaxDateEffetBareme($idBaremePriseEnCharge); - $this->genererVue(array( 'bareme' => $bareme, 'garantiesajoutees' => $garantiesajoutees, @@ -50,5 +46,4 @@ class ControleurConsulterdetailbaremecollege extends Controleur { )); } - } \ No newline at end of file