This commit is contained in:
KANE LAZENI 2026-01-05 00:26:00 +00:00
parent b22da137e2
commit 2945c9b587

View File

@ -1814,6 +1814,9 @@ function ebene_enregistrer_photo_face() // OK
function fiche_beneficiaire()
{
idBeneficiaire = $("#idBeneficiaire").val();
alert("idBeneficiaire = "+idBeneficiaire);
return;
window.location.assign($("#racineWeb" ).val()+"Fichebeneficiaire/"+idBeneficiaire);
}