diff --git a/Controleur/ControleurBaremepriseenchargelettreclecons.php b/Controleur/ControleurBaremepriseenchargelettreclecons.php index 1c3b1719..6218cef6 100755 --- a/Controleur/ControleurBaremepriseenchargelettreclecons.php +++ b/Controleur/ControleurBaremepriseenchargelettreclecons.php @@ -18,9 +18,8 @@ class ControleurBaremepriseenchargelettreclecons extends Controleur public function index() { $idBaremePriseEnCharge = $_SESSION['idBaremePriseEnCharge']; - $idCollegeTemp = $_SESSION['idCollegeTemp']; - $actes = $this->garantie->getLettreclesGarantieBaremeTemp($idBaremePriseEnCharge, $idCollegeTemp); + $actes = $this->garantie->getLettreclesGarantieBaremeCollege($idBaremePriseEnCharge); $this->genererVue(array( 'actes' => $actes,