diff --git a/Js/fonctions.js b/Js/fonctions.js
index c88cedb5..2ffd024b 100755
--- a/Js/fonctions.js
+++ b/Js/fonctions.js
@@ -44824,7 +44824,7 @@ function retour_a_users_rh_client()
function enregistrer_modif_user_rh()
{
debugger;
-
+
idUtilisateur = $("#idUtilisateur").val();
nom = $("#nom").val();
prenoms = $("#prenoms").val();
@@ -44906,10 +44906,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/Ficheuserrhclient/index.php b/Vue/Ficheuserrhclient/index.php
index ac41d410..532eb0b5 100644
--- a/Vue/Ficheuserrhclient/index.php
+++ b/Vue/Ficheuserrhclient/index.php
@@ -6,8 +6,7 @@
$codeUtilisateur = $user_rh['codeUtilisateur'];
$actif = $user_rh['actif'];
- var_dump($actif);
-
+ //var_dump($actif);
$codeProfil = $user_rh['codeProfil'];
$codeLangue = $user_rh['codeLangue'];
?>
diff --git a/Vue/gabarit.php b/Vue/gabarit.php
index 34edbbc5..228ed1f3 100644
--- a/Vue/gabarit.php
+++ b/Vue/gabarit.php
@@ -263,7 +263,7 @@ controlerPlafondBeneficiaire : = $_SESSION['controlerPlafondBeneficiaire'] ?>
-
+