This commit is contained in:
2026-01-04 07:03:49 +00:00
parent f539a1e8bb
commit e0d63c142e
2 changed files with 3 additions and 1 deletions

View File

@@ -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() );