This commit is contained in:
2022-06-04 22:20:25 -04:00
parent c6bd157dcf
commit 8c2c0e56a1
3 changed files with 76 additions and 80 deletions
+2 -5
View File
@@ -662,10 +662,6 @@ class Member extends Users_Controller {
public function balance() {
$data = $this->getSessionArray();
$data['add_error'] = '';
$data['amount'] = 0;
$this->load->model('combo_model');
@@ -692,8 +688,9 @@ class Member extends Users_Controller {
$this->table->set_heading('Date', 'Amount','Fee','Recipient','Confirmation', 'Status');
$data['sendmoney_table'] = $this->table->generate($query);
$data['sendmoney_table_result'] = $query->result();
$data['card_payment_data_result'] = $this->report_model->getCardPurchase(6)['card_payment_data_result'];
$data['card_coupon_data_result'] = $this->report_model->getRedeemCouponsList(6)['card_coupon_data_result'];
$data['wallet'] = $this->account_model->getUserWallet( $_SESSION['member_id']);