This commit is contained in:
2026-01-03 13:51:02 +00:00
parent c951bfebcc
commit 2be6e0e63a
2 changed files with 2 additions and 2 deletions

View File

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