diff --git a/Js/fonctions.js b/Js/fonctions.js index 0e83ec5..9118be4 100755 --- a/Js/fonctions.js +++ b/Js/fonctions.js @@ -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/"); +} diff --git a/Vue/gabarit.php b/Vue/gabarit.php index 3cffa93..efb90de 100755 --- a/Vue/gabarit.php +++ b/Vue/gabarit.php @@ -638,7 +638,7 @@ $photoAssureCrypte = $_SESSION['photoAssureCrypte']; - +