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 @@
-
+