diff --git a/Js/fonctions.js b/Js/fonctions.js
index ac2ec900..d8383430 100755
--- a/Js/fonctions.js
+++ b/Js/fonctions.js
@@ -44904,10 +44904,10 @@ function enregistrer_modif_user_rh()
error: function(errorData) {
},
success: function(data) {
- //$('#div_test_gabarit').html(data);
+ $('#div_test_gabarit').html(data);
},
complete: function() {
- retour_a_users_rh_client();
+ //retour_a_users_rh_client();
}
});
}
diff --git a/Vue/gabarit.php b/Vue/gabarit.php
index 619e26c9..a3a22e72 100644
--- a/Vue/gabarit.php
+++ b/Vue/gabarit.php
@@ -263,7 +263,7 @@ controlerPlafondBeneficiaire : = $_SESSION['controlerPlafondBeneficiaire'] ?>
-
+