This commit is contained in:
KANE LAZENI 2026-04-05 14:13:02 +00:00
parent 5e8626e167
commit 6ebf651d75

View File

@ -390,8 +390,8 @@ function afficher_adherent_id()
idAdherent = $("#idAdherent" ).val();
}
//alert(idAdherent);
//return;
alert(idAdherent);
return;
if (idAdherent>"0")
{
@ -55535,7 +55535,7 @@ function enregistrer_changementcollege()
confirm_ebene(v_msg, v_msgEng)
.then((isConfirmed) => {
.then((isConfirmedrmed) => {
if (isConfirmed) {
// L'utilisateur a confirmé
window.location.assign($("#racineWeb" ).val()+"Fichechangementcollege/enregistrerchangementcollege/");