From 80320e493c823d82d74c55363018525954f06b77 Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Sat, 17 Jan 2026 18:54:18 +0000 Subject: [PATCH] a --- Controleur/ControleurAjaxmouvementsrh.php | 6 +++--- Vue/gabarit.php | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Controleur/ControleurAjaxmouvementsrh.php b/Controleur/ControleurAjaxmouvementsrh.php index f977b73..62569e9 100644 --- a/Controleur/ControleurAjaxmouvementsrh.php +++ b/Controleur/ControleurAjaxmouvementsrh.php @@ -13,9 +13,9 @@ class ControleurAjaxmouvementsrh extends Controleur { { $debut = $this->requete->getParametreDate("debut"); $fin = $this->requete->getParametreDate("fin"); + + $mouvementassures = $this->mouvementassure->getapercumouvementassures($debut, $fin); - $facesupprimees = $this->beneficiaire->gethistofacesupprimees($debut, $fin); - - $this->genererVueAjax(array('facesupprimees' => $facesupprimees)); + $this->genererVueAjax(array('mouvementassures' => $mouvementassures)); } } \ No newline at end of file diff --git a/Vue/gabarit.php b/Vue/gabarit.php index 0898fec..9e05cc6 100644 --- a/Vue/gabarit.php +++ b/Vue/gabarit.php @@ -261,7 +261,7 @@ controlerPlafondBeneficiaire : - +