diff --git a/Js/fonctions.js b/Js/fonctions.js index befa1e6..1307e7e 100755 --- a/Js/fonctions.js +++ b/Js/fonctions.js @@ -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+"/"); } } \ No newline at end of file diff --git a/Vue/gabarit.php b/Vue/gabarit.php index 613a0b2..60a7961 100755 --- a/Vue/gabarit.php +++ b/Vue/gabarit.php @@ -595,7 +595,7 @@ $activeChildId = $menuData['child']; - +