dfa
This commit is contained in:
@@ -2002,6 +2002,7 @@ function afficher_adherent_id_plus(idAdherent)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
function selectionner_beneficiaire(id,no)
|
||||
{
|
||||
$("#idBeneficiaire_C" ).val(id);
|
||||
@@ -6827,4 +6828,13 @@ function enregistrer_remplacement_adherent()
|
||||
});
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
function modifier_beneficiaire(id)
|
||||
{
|
||||
if (id>"0")
|
||||
{
|
||||
window.location.assign($("#racineWeb" ).val()+"Modifierbeneficiaire/"+id+"/");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user