From 9837432a83058d59078137aae9630757c0a550cb Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Thu, 11 Dec 2025 10:51:56 +0000 Subject: [PATCH] a --- Controleur/ControleurAjaxhistoriqueprestation.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Controleur/ControleurAjaxhistoriqueprestation.php b/Controleur/ControleurAjaxhistoriqueprestation.php index 4cc53e7..dd0cee5 100755 --- a/Controleur/ControleurAjaxhistoriqueprestation.php +++ b/Controleur/ControleurAjaxhistoriqueprestation.php @@ -26,9 +26,9 @@ class ControleurAjaxhistoriqueprestation extends Controleur { $garanties = $this->garantie->getListePourActe(); + $this->genererVueAjax(/*array('beneficiaire' => $beneficiaire, 'garanties' => $garanties)); */ - $this->genererVueAjax(/*array('beneficiaire' => $beneficiaire, 'garanties' => $garanties)*/); - + $this->genererVueAjax(); } public function prestations()