This commit is contained in:
2026-01-04 06:55:14 +00:00
parent 52e52c9ede
commit f539a1e8bb
2 changed files with 3 additions and 3 deletions

View File

@@ -1624,8 +1624,8 @@ function selectionner_adherent(id,no)
{
$("#idAdherent_C").val(id);
$("#numeroAdherent_C" ).val(no);
alert("idAdherent_C : ".$("#idAdherent_C").val());
alert("numeroAdherent_C : ".$("#numeroAdherent_C").val());
alert('idAdherent_C : ' + $("#idAdherent_C").val() );
alert('numeroAdherent_C : ' + $("#numeroAdherent_C").val() );
}
function afficher_adherent()