This commit is contained in:
2026-03-31 11:35:17 +00:00
parent 3c64e23681
commit 2007d58bdf
3 changed files with 5 additions and 6 deletions

View File

@@ -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();
}
});
}