From e33168e603339ffee8b981e7c106656b207520c1 Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Mon, 5 Jan 2026 09:50:37 +0000 Subject: [PATCH] a --- Js/fonctions.js | 8 ++++++++ Vue/gabarit.php | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/Js/fonctions.js b/Js/fonctions.js index fae8194..a699df3 100755 --- a/Js/fonctions.js +++ b/Js/fonctions.js @@ -3356,3 +3356,11 @@ function lister_ged_police() }); } +function imprimer_liste_assures() +{ + alert("imprimer_liste_assures"); + + $('#div_export_assures').html(''); + + $("#btn_liste_assures").click(); +} diff --git a/Vue/gabarit.php b/Vue/gabarit.php index deace2b..f8d03c8 100755 --- a/Vue/gabarit.php +++ b/Vue/gabarit.php @@ -635,7 +635,7 @@ $photoAssureCrypte = $_SESSION['photoAssureCrypte']; - +