From e0d63c142e78054eeebc2f83662937e2c0ffb9d4 Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Sun, 4 Jan 2026 07:03:49 +0000 Subject: [PATCH] a --- Js/fonctions.js | 2 ++ Vue/gabarit.php | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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']; - +