Ignore:
Timestamp:
Feb 11, 2015 4:08:09 PM (10 years ago)
Author:
quyenla
Message:

report

File:
1 edited

Legend:

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

    r756 r761  
    2929
    3030        $this->load->model('reportmodel');
     31        $data['date']=1;
    3132        $data['month'] = date("m");
    3233        $data['year'] = date("Y");
     34        $data['to_date']=31;
     35        $data['to_month'] = date("m");
     36        $data['to_year'] = date("Y");
    3337        if ($this->input->post('month')) {
    3438            $data['month'] = $this->input->post('month');
Note: See TracChangeset for help on using the changeset viewer.