diff --git a/Js/fonctions.js b/Js/fonctions.js
index 75a56d8..bf63f03 100755
--- a/Js/fonctions.js
+++ b/Js/fonctions.js
@@ -1622,6 +1622,8 @@ function exporter_modele_assure()
function selectionner_adherent(id,no)
{
+ alert("id = "+id);
+ alert("no = "+no);
$("#idAdherent_C").val(id);
$("#numeroAdherent_C" ).val(no);
alert('idAdherent_C : ' + $("#idAdherent_C").val() );
diff --git a/Vue/gabarit.php b/Vue/gabarit.php
index 7563513..5c0a1a6 100755
--- a/Vue/gabarit.php
+++ b/Vue/gabarit.php
@@ -608,7 +608,7 @@ $activeChildId = $menuData['child'];
-
+