diff --git a/Js/fonctions.js b/Js/fonctions.js
index d01cce6..04ee0e7 100755
--- a/Js/fonctions.js
+++ b/Js/fonctions.js
@@ -1630,7 +1630,7 @@ function selectionner_adherent(id,no)
alert('idAdherent_C : ' + $("#idAdherent_C").val() );
alert('numeroAdherent_C : ' + $("#numeroAdherent_C").val() );
*/
- alert($("#idAdherent_C"));
+ alert($("#idAdherent_C").val());
}
function afficher_adherent()
diff --git a/Vue/gabarit.php b/Vue/gabarit.php
index 67e46b2..d106b90 100755
--- a/Vue/gabarit.php
+++ b/Vue/gabarit.php
@@ -608,7 +608,7 @@ $activeChildId = $menuData['child'];
-
+