diff --git a/Js/fonctions.js b/Js/fonctions.js
index 9f05331..b827629 100755
--- a/Js/fonctions.js
+++ b/Js/fonctions.js
@@ -18930,9 +18930,11 @@ function enregistrer_compte_bancaire_assure(){
url: $("#racineWeb").val()+"Remboursement/enregistrercptbancaire/",
type : 'post',
data: donnees,
- error: function(errorData) {
+ error: function(errorData) {
+ $('#div_test_gabarit').html(errorData);
},
- success: function(data) {
+ success: function(data) {
+ $('#div_test_gabarit').html(data);
},
complete: function() {
// actualiser_remboursement();
diff --git a/Vue/gabarit.php b/Vue/gabarit.php
index e2569be..1c3b848 100755
--- a/Vue/gabarit.php
+++ b/Vue/gabarit.php
@@ -548,7 +548,7 @@
-
+