a
This commit is contained in:
parent
d9ac75e92e
commit
d6a3a17625
|
|
@ -185,7 +185,7 @@ class ControleurRemboursement extends Controleur {
|
||||||
$numeroCompteBancaire = $this->requete->getParametreFormulaire("numeroCompteBancaire");
|
$numeroCompteBancaire = $this->requete->getParametreFormulaire("numeroCompteBancaire");
|
||||||
$intituleCompteBancaire = $this->requete->getParametreFormulaire("intituleCompteBancaire");
|
$intituleCompteBancaire = $this->requete->getParametreFormulaire("intituleCompteBancaire");
|
||||||
|
|
||||||
$this->remb->enregistrercptbancaire($codeBanque, $numeroCompteBancaire, $intituleCompteBancaire);
|
$this->remboursement->enregistrercptbancaire($codeBanque, $numeroCompteBancaire, $intituleCompteBancaire);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
@ -18932,10 +18932,10 @@ function enregistrer_compte_bancaire_assure(){
|
||||||
data: donnees,
|
data: donnees,
|
||||||
error: function(errorData) {
|
error: function(errorData) {
|
||||||
},
|
},
|
||||||
success: function(data) {
|
success: function(data) {
|
||||||
actualiser_remboursement();
|
|
||||||
},
|
},
|
||||||
complete: function() {
|
complete: function() {
|
||||||
|
// actualiser_remboursement();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -94,6 +94,9 @@ class Remboursement extends Modele {
|
||||||
|
|
||||||
$sql = 'Call sp_a_enregistrer_cpt_bancaire(?, ?, ?, ?);';
|
$sql = 'Call sp_a_enregistrer_cpt_bancaire(?, ?, ?, ?);';
|
||||||
|
|
||||||
|
var_dump(array($idAdherent, $codeBanque, $numeroCompteBancaire, $intituleCompteBancaire));
|
||||||
|
exit;
|
||||||
|
|
||||||
$this->executerRequete($sql,array($idAdherent, $codeBanque, $numeroCompteBancaire, $intituleCompteBancaire));
|
$this->executerRequete($sql,array($idAdherent, $codeBanque, $numeroCompteBancaire, $intituleCompteBancaire));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -548,7 +548,7 @@
|
||||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/toastr.js/latest/toastr.css" integrity="sha512-3pIirOrwegjM6erE5gPSwkUzO+3cTjpnV9lexlNZqvupR64iZBnOOTiiLPb9M36zpMScbmUNIcHUqKD47M719g==" crossorigin="anonymous" referrerpolicy="no-referrer" />
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/toastr.js/latest/toastr.css" integrity="sha512-3pIirOrwegjM6erE5gPSwkUzO+3cTjpnV9lexlNZqvupR64iZBnOOTiiLPb9M36zpMScbmUNIcHUqKD47M719g==" crossorigin="anonymous" referrerpolicy="no-referrer" />
|
||||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/toastr.js/latest/toastr.min.js" integrity="sha512-VEd+nq25CkR676O+pLBnDW09R7VQX9Mdiij052gVCp5yVH3jGtH70Ho/UUv4mJDsEdTvqRCFZg0NKGiojGnUCw==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/toastr.js/latest/toastr.min.js" integrity="sha512-VEd+nq25CkR676O+pLBnDW09R7VQX9Mdiij052gVCp5yVH3jGtH70Ho/UUv4mJDsEdTvqRCFZg0NKGiojGnUCw==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
|
||||||
|
|
||||||
<script src="Js/fonctions.js?ver=2026.03.05.20"></script>
|
<script src="Js/fonctions.js?ver=2026.03.05.22"></script>
|
||||||
<script src="Bootstrap/js/bootstrap.min.js"></script>
|
<script src="Bootstrap/js/bootstrap.min.js"></script>
|
||||||
<script src="https://unpkg.com/vue@3/dist/vue.global.prod.js"></script>
|
<script src="https://unpkg.com/vue@3/dist/vue.global.prod.js"></script>
|
||||||
<script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
|
<script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user