From 0837299f5bd3e6123089cadcf6e9802f8531c912 Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Mon, 6 Apr 2026 13:52:04 +0000 Subject: [PATCH] a --- Controleur/ControleurBaremepriseenchargelettreclecons.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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,