From 0332af4de5b23e0f0a46562b32db58278872e31f Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Fri, 6 Mar 2026 00:07:00 +0000 Subject: [PATCH] a --- Js/fonctions.js | 6 ++++-- Vue/gabarit.php | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) 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 @@ - +