This commit is contained in:
2022-09-22 20:08:55 -04:00
parent d16da0b2e4
commit 27238f212b
5 changed files with 29 additions and 5 deletions
+1 -1
View File
@@ -749,7 +749,7 @@ class Member extends Users_Controller {
$data['card_coupon_data_result'] = $this->report_model->getRedeemCouponsList(6)['card_coupon_data_result'];
$data['wallet'] = $this->account_model->getUserWallet( $_SESSION['member_id']);
$data['escrow'] = $this->account_model->getUserEscrowWallet( $_SESSION['member_id']);
if ($_POST) {
$data['comment'] = $this->input->post('comment');