From ab48861ec60ff65510d7ddcfa93c3b0930a034f7 Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Mon, 5 Jan 2026 09:56:06 +0000 Subject: [PATCH] z --- Js/fonctions.js | 9 +++++++++ Vue/gabarit.php | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/Js/fonctions.js b/Js/fonctions.js index 3c410da..c595b35 100755 --- a/Js/fonctions.js +++ b/Js/fonctions.js @@ -3398,3 +3398,12 @@ function imprimer_liste_assures_date() } }); } + +function exporter_liste_assures() +{ + $('#div_exporter_liste_assures').html(''); + + $("#btn_exporter_liste_assures").click(); +} + + diff --git a/Vue/gabarit.php b/Vue/gabarit.php index 3bc1029..ddc13be 100755 --- a/Vue/gabarit.php +++ b/Vue/gabarit.php @@ -633,7 +633,7 @@ $photoAssureCrypte = $_SESSION['photoAssureCrypte']; - +