diff --git a/Js/fonctions.js b/Js/fonctions.js
index b827629..76ffd1a 100755
--- a/Js/fonctions.js
+++ b/Js/fonctions.js
@@ -18931,10 +18931,12 @@ function enregistrer_compte_bancaire_assure(){
type : 'post',
data: donnees,
error: function(errorData) {
- $('#div_test_gabarit').html(errorData);
+ $('#div_test_gabarit').html(errorData);
+ $('#div_cpt_bancaire').html(errorData);
},
success: function(data) {
- $('#div_test_gabarit').html(data);
+ $('#div_test_gabarit').html(data);
+ $('#div_cpt_bancaire').html(data);
},
complete: function() {
// actualiser_remboursement();
diff --git a/Vue/gabarit.php b/Vue/gabarit.php
index 1c3b848..316b16e 100755
--- a/Vue/gabarit.php
+++ b/Vue/gabarit.php
@@ -548,7 +548,7 @@
-
+