From cf3ed3dc783ff98eb01d57e236c6dc31791062f5 Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Fri, 6 Mar 2026 00:05:41 +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 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 @@ - +