This commit is contained in:
2026-03-31 11:23:41 +00:00
parent 474e4af517
commit b1f3600a6a
2 changed files with 3 additions and 3 deletions

View File

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