This commit is contained in:
2026-03-31 10:24:23 +00:00
parent 92c4abcace
commit 4c270f1c31
3 changed files with 150 additions and 0 deletions

View File

@@ -44838,4 +44838,9 @@ function activer_user_rh_client(codeUtilisateur)
}
});
}
function afficher_users_client_id(idUtilisateur)
{
window.location.assign($("#racineWeb" ).val()+"Ficheuserrhclient/"+idUtilisateur+"/");
}