diff --git a/Js/fonctions.js b/Js/fonctions.js
index d240137..90ccef8 100755
--- a/Js/fonctions.js
+++ b/Js/fonctions.js
@@ -3634,4 +3634,44 @@ function retour_fiche_police()
window.location.assign($("#racineWeb" ).val()+"Accueil/");
}
-}
\ No newline at end of file
+}
+
+function liste_mouvemements_assures_client()
+{
+ alert("liste_mouvemements_assures_client");
+ return;
+
+ codeSensMouvement=$("#codeSensMouvement").val();
+ valide=$("#valide").val();
+ debut=$("#debut").val();
+ fin=$("#fin").val();
+
+ donnees = 'codeSensMouvement='+codeSensMouvement;
+ donnees += '&valide='+valide;
+ donnees += '&debut='+debut+'&fin='+fin;
+
+ $("#div_mvt").html(`
+
+
+ Loading...
+
+
+ Veuillez patienter... / Please wait...
+
+
+ `);
+
+ $.ajax({
+ url: $("#racineWeb").val()+"Ajaxmouvementassure/",
+ type : 'post',
+ data: donnees,
+ error: function(errorData) {
+ },
+ success: function(data) {
+ $("#div_mvt").html(data);
+ appliquerDataTable('.tabliste');
+ },
+ complete: function() {
+ }
+ });
+}
diff --git a/Vue/Mouvementassureclient/index.php b/Vue/Mouvementassureclient/index.php
index d9ab071..6bc7755 100644
--- a/Vue/Mouvementassureclient/index.php
+++ b/Vue/Mouvementassureclient/index.php
@@ -2,15 +2,13 @@
$this->titre = "Intersanté - Mouvements sur les assurés";
?>
-Mouvementassureclient
-
| = _("Police") ?> |
- |
@@ -36,7 +34,7 @@ Mouvementassureclient
|
- |
+ |
diff --git a/Vue/gabarit.php b/Vue/gabarit.php
index 748da34..2ad2bbc 100755
--- a/Vue/gabarit.php
+++ b/Vue/gabarit.php
@@ -638,7 +638,7 @@ $photoAssureCrypte = $_SESSION['photoAssureCrypte'];
-
+