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 : = $_SESSION['controlerPlafondBeneficiaire'] ?>
-
+