This commit is contained in:
KANE LAZENI 2025-12-11 10:51:56 +00:00
parent 48cf63ac61
commit 9837432a83

View File

@ -26,9 +26,9 @@ class ControleurAjaxhistoriqueprestation extends Controleur {
$garanties = $this->garantie->getListePourActe(); $garanties = $this->garantie->getListePourActe();
$this->genererVueAjax(/*array('beneficiaire' => $beneficiaire, 'garanties' => $garanties));
*/ */
$this->genererVueAjax(/*array('beneficiaire' => $beneficiaire, 'garanties' => $garanties)*/); $this->genererVueAjax();
} }
public function prestations() public function prestations()