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