diff --git a/Js/fonctions.js b/Js/fonctions.js index 83fc054..9bb145c 100755 --- a/Js/fonctions.js +++ b/Js/fonctions.js @@ -4655,6 +4655,16 @@ function consulterfactureged_pop() }); } +function rechercher_assure() +{ + idPolice = $("#idPolice").val(); + + if(idPolice == "" || idPolice == undefined){ + lister_polices_client(1); + }else{ + window.location.assign($("#racineWeb" ).val()+"Rechercherassure/"); + } +} function lister_polices_client(id) { const vues = { diff --git a/Vue/Demandesfraisfuneraires/index.php b/Vue/Demandesfraisfuneraires/index.php index 8327eee..a18b0cd 100644 --- a/Vue/Demandesfraisfuneraires/index.php +++ b/Vue/Demandesfraisfuneraires/index.php @@ -1,4 +1,7 @@ -titre = "Intersanté - Demandes des frais funéraires"; ?> +titre = "Intersanté - Demandes des frais funéraires"; + + $idPolice = isset($_SESSION['idPolice_C']) ? $_SESSION['idPolice_C'] : ""; +?>