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'];
-
+