diff --git a/application/controllers/Hyperviseur_dash.php b/application/controllers/Hyperviseur_dash.php index 24a31d5e..234f6366 100755 --- a/application/controllers/Hyperviseur_dash.php +++ b/application/controllers/Hyperviseur_dash.php @@ -430,7 +430,7 @@ class Hyperviseur_dash extends CI_Controller private function historique($network_id, $startDate, $endDate, $type) { -// $data['configWallet'] = $this->wallet_model->getConfigWallet($network_id); + $data['configWallet'] = $this->wallet_model->getConfigWallet($network_id); $format = $this->session->userdata('site_lang') === 'french' ? 'd-m-Y' : 'Y-m-d'; $data['startDate'] = $startDate ? date($format, strtotime($startDate)) : null; $data['endDate'] = $endDate ? date($format, strtotime($endDate)) : null; diff --git a/application/views/demande_credit.php b/application/views/demande_credit.php index 657866eb..f07c4602 100755 --- a/application/views/demande_credit.php +++ b/application/views/demande_credit.php @@ -370,7 +370,7 @@