a
This commit is contained in:
@@ -1622,8 +1622,10 @@ function exporter_modele_assure()
|
||||
|
||||
function selectionner_adherent(id,no)
|
||||
{
|
||||
$("#idAdherent_C" ).val(id);
|
||||
$("#idAdherent_C").val(id);
|
||||
$("#numeroAdherent_C" ).val(no);
|
||||
alert("idAdherent_C : ".$("#idAdherent_C").val());
|
||||
alert("numeroAdherent_C : ".$("#numeroAdherent_C").val());
|
||||
}
|
||||
|
||||
function afficher_adherent()
|
||||
|
||||
Reference in New Issue
Block a user