diff --git a/Js/fonctions.js b/Js/fonctions.js index 76ffd1a..896f479 100755 --- a/Js/fonctions.js +++ b/Js/fonctions.js @@ -18931,15 +18931,15 @@ function enregistrer_compte_bancaire_assure(){ type : 'post', data: donnees, error: function(errorData) { - $('#div_test_gabarit').html(errorData); - $('#div_cpt_bancaire').html(errorData); + // $('#div_test_gabarit').html(errorData); + // $('#div_cpt_bancaire').html(errorData); }, success: function(data) { - $('#div_test_gabarit').html(data); - $('#div_cpt_bancaire').html(data); + // $('#div_test_gabarit').html(data); + // $('#div_cpt_bancaire').html(data); }, complete: function() { - // actualiser_remboursement(); + actualiser_remboursement(); } }); } diff --git a/Modele/Remboursement.php b/Modele/Remboursement.php index 22d6f18..7032ca9 100755 --- a/Modele/Remboursement.php +++ b/Modele/Remboursement.php @@ -94,9 +94,9 @@ class Remboursement extends Modele { $sql = 'Call sp_a_enregistrer_cpt_bancaire(?, ?, ?, ?);'; - var_dump(array($idAdherent, $codeBanque, $numeroCompteBancaire, $intituleCompteBancaire)); - exit; - + // 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 316b16e..238692e 100755 --- a/Vue/gabarit.php +++ b/Vue/gabarit.php @@ -548,7 +548,7 @@ - +