azerty
This commit is contained in:
@@ -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();
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user