From 723a9a636bd0cf82d963b3dcd8a135faa572457e Mon Sep 17 00:00:00 2001 From: KONE SOREL Date: Mon, 5 Jan 2026 15:15:01 +0000 Subject: [PATCH] f --- Js/fonctions.js | 11 +++++++++++ Vue/gabarit.php | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) 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']; - +