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