This commit is contained in:
2026-01-05 15:15:01 +00:00
parent 723a83cb7a
commit 723a9a636b
2 changed files with 12 additions and 1 deletions

View File

@@ -3442,3 +3442,14 @@ function exporter_liste_assures_date()
});
}
function retour_recherche_assure()
{
idPolice=$("#idPolice_C" ).val();
if (idPolice>"")
{
window.location.assign($("#racineWeb" ).val()+"Listeadherent/");
}
window.location.assign($("#racineWeb" ).val()+"Accueil/");
}