Ignore:
Timestamp:
Mar 3, 2015 4:43:43 PM (10 years ago)
Author:
namnd
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • pro-violet-viettel/sourcecode/application/modules/admin/controllers/report.php

    r767 r777  
    7979        $data['start'] = ($data['current_page'] - 1) * $data['perpage'];
    8080        $data['total'] = $this->paidlog_model->countPaidlog($data);
    81         $data['paidlogs'] = $this->paidlog_model->getPaidlogs($data);
    82 
     81        $data['paidlogs'] = $this->paidlog_model->getPaidlogs($data)['paid_logs'];
     82                $data['total_amount'] = $this->paidlog_model->getPaidlogs($data)['total_amount'];
     83               
    8384        $data['paging_url'] = base_url() . "/admin/doanh_thu_tong_hop/trang/";
    8485        $data['num_links'] = 2;
Note: See TracChangeset for help on using the changeset viewer.