This commit is contained in:
2026-03-09 13:21:43 +00:00
parent 0a3231fb60
commit c5d87727fd
5 changed files with 216 additions and 8 deletions

View File

@@ -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+"/");
}
}