This commit is contained in:
2026-01-03 13:49:36 +00:00
parent 4bf1b584e1
commit c951bfebcc
3 changed files with 10 additions and 2 deletions

View File

@@ -1651,4 +1651,12 @@ function afficher_adherent_id()
{
window.location.assign($("#racineWeb" ).val()+"Ficheadherent/"+$("#idAdherent_C" ).val()+"/");
}
}
function afficher_adherent_id_plus(idAdherent)
{
if (idAdherent>"0")
{
window.location.assign($("#racineWeb" ).val()+"Ficheadherent/"+$("#idAdherent_C" ).val()+"/");
}
}