This commit is contained in:
2026-01-04 08:08:11 +00:00
parent e0d63c142e
commit 88f110e37c
2 changed files with 6 additions and 3 deletions

View File

@@ -1622,12 +1622,15 @@ function exporter_modele_assure()
function selectionner_adherent(id,no)
{
alert("id = "+id);
alert("no = "+no);
$("#idAdherent_C").val(id);
$("#numeroAdherent_C" ).val(no);
/*
alert("id = "+id);
alert("no = "+no);
alert('idAdherent_C : ' + $("#idAdherent_C").val() );
alert('numeroAdherent_C : ' + $("#numeroAdherent_C").val() );
*/
alert($("#idAdherent_C"));
}
function afficher_adherent()