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

View File

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