From 4c509572c22fbf16f0eea79ef9ee2f401ccf083f Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Fri, 27 Mar 2026 05:13:24 +0000 Subject: [PATCH] a --- Controleur/ControleurConsulterdetailbaremecollege.php | 5 ----- 1 file changed, 5 deletions(-) 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