From d6a3a17625e36f3e315dd1e2519fa3675efe03a7 Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Fri, 6 Mar 2026 00:04:10 +0000 Subject: [PATCH] a --- Controleur/ControleurRemboursement.php | 2 +- Js/fonctions.js | 4 ++-- Modele/Remboursement.php | 3 +++ Vue/gabarit.php | 2 +- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/Controleur/ControleurRemboursement.php b/Controleur/ControleurRemboursement.php index 3d51346..7d1f33c 100755 --- a/Controleur/ControleurRemboursement.php +++ b/Controleur/ControleurRemboursement.php @@ -185,7 +185,7 @@ class ControleurRemboursement extends Controleur { $numeroCompteBancaire = $this->requete->getParametreFormulaire("numeroCompteBancaire"); $intituleCompteBancaire = $this->requete->getParametreFormulaire("intituleCompteBancaire"); - $this->remb->enregistrercptbancaire($codeBanque, $numeroCompteBancaire, $intituleCompteBancaire); + $this->remboursement->enregistrercptbancaire($codeBanque, $numeroCompteBancaire, $intituleCompteBancaire); } } \ No newline at end of file diff --git a/Js/fonctions.js b/Js/fonctions.js index 874fc1d..9f05331 100755 --- a/Js/fonctions.js +++ b/Js/fonctions.js @@ -18932,10 +18932,10 @@ function enregistrer_compte_bancaire_assure(){ data: donnees, error: function(errorData) { }, - success: function(data) { - actualiser_remboursement(); + success: function(data) { }, complete: function() { + // actualiser_remboursement(); } }); } diff --git a/Modele/Remboursement.php b/Modele/Remboursement.php index 8ab3678..22d6f18 100755 --- a/Modele/Remboursement.php +++ b/Modele/Remboursement.php @@ -94,6 +94,9 @@ class Remboursement extends Modele { $sql = 'Call sp_a_enregistrer_cpt_bancaire(?, ?, ?, ?);'; + var_dump(array($idAdherent, $codeBanque, $numeroCompteBancaire, $intituleCompteBancaire)); + exit; + $this->executerRequete($sql,array($idAdherent, $codeBanque, $numeroCompteBancaire, $intituleCompteBancaire)); } diff --git a/Vue/gabarit.php b/Vue/gabarit.php index 4567861..e2569be 100755 --- a/Vue/gabarit.php +++ b/Vue/gabarit.php @@ -548,7 +548,7 @@ - +