diff --git a/Js/fonctions.js b/Js/fonctions.js
index 3dcf93e..c6539b4 100644
--- a/Js/fonctions.js
+++ b/Js/fonctions.js
@@ -45357,11 +45357,13 @@ function selectionner_mouvement_rh_tout(choix)
type: 'POST',
data: donnees,
success: function(data) {
+ alert(data);
+ $('#div_test_gabarit').html(data);
},
error: function(data) {
},
complete: function() {
- liste_mouvemements_rh_valider();
+ // liste_mouvemements_rh_valider();
}
});
}
diff --git a/Vue/gabarit.php b/Vue/gabarit.php
index 2d44a5b..b182228 100644
--- a/Vue/gabarit.php
+++ b/Vue/gabarit.php
@@ -261,7 +261,7 @@ controlerPlafondBeneficiaire : = $_SESSION['controlerPlafondBeneficiaire'] ?>
-
+