diff --git a/Js/fonctions.js b/Js/fonctions.js
index a7bd24b..068491b 100755
--- a/Js/fonctions.js
+++ b/Js/fonctions.js
@@ -18887,3 +18887,43 @@ function selectPrestataireMobile(){
}
});
}
+
+// enregistrer_compte_bancaire_assure()
+function enregistrer_compte_bancaire_assure(){
+ alert("enregistrer_compte_bancaire_assure");
+ return;
+
+ codePrestataire=$("#codePrestataireMobile").val();
+ $("#codePrestataire").val(codePrestataire);
+
+ donnees = 'codePrestataire='+codePrestataire;
+
+ $("#div_rdvPossible").html('
' + '' + '
');
+
+ $.ajax({
+ url: $("#racineWeb").val()+"Rendezvous/rdvpossible/",
+ type : 'post',
+ data: donnees,
+ error: function(errorData) {
+ },
+ success: function(data) {
+ // $('#div_test_gabarit').html(data);
+ $("#div_rdvPossible").html(data);
+ },
+ complete: function() {
+ rdvPossible=$("#rdvPossibleAjax").val();
+ // alert("rdvPossible selectPrestataire Mobile => "+rdvPossible);
+ if(rdvPossible == "1")
+ {
+ $("#div_message_rdv").hide();
+ }
+ else
+ {
+ $("#div_message_rdv").show();
+ marquee_rdv.stop();
+ marquee_rdv.start();
+ }
+ }
+ });
+}
+
diff --git a/Vue/gabarit.php b/Vue/gabarit.php
index fd628f7..39d87ef 100755
--- a/Vue/gabarit.php
+++ b/Vue/gabarit.php
@@ -548,7 +548,7 @@
-
+