This commit is contained in:
2026-01-04 08:13:06 +00:00
parent 871741e8ef
commit f8fc3a3475
2 changed files with 3 additions and 3 deletions

View File

@@ -1623,7 +1623,7 @@ function exporter_modele_assure()
function selectionner_adherent(id,no)
{
$("#idAdherent_C").val(id);
$("#numeroAdherent_C" ).val(no);
$("#numeroAdherent_C").val(no);
/*
alert("id = "+id);
alert("no = "+no);