diff --git a/Js/fonctions.js b/Js/fonctions.js index f02402e..befa1e6 100755 --- a/Js/fonctions.js +++ b/Js/fonctions.js @@ -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()+"/"); + } } \ No newline at end of file diff --git a/Vue/Ajaxlisteadherent/index.php b/Vue/Ajaxlisteadherent/index.php index efc3112..0bfc384 100644 --- a/Vue/Ajaxlisteadherent/index.php +++ b/Vue/Ajaxlisteadherent/index.php @@ -97,7 +97,7 @@ - diff --git a/Vue/gabarit.php b/Vue/gabarit.php index 17cba36..613a0b2 100755 --- a/Vue/gabarit.php +++ b/Vue/gabarit.php @@ -595,7 +595,7 @@ $activeChildId = $menuData['child']; - +