- Timestamp:
- Feb 25, 2015 5:25:04 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pro-violet-viettel/sourcecode/application/modules/admin/controllers/report.php
r690 r767 59 59 } 60 60 } 61 62 $data ['paid_types'] = array ( 63 0 => "Tất cả", 64 1 => "SMS", 65 2 => "Card", 66 ); 67 $data ['paid_type'] = 0; 68 if ($this->input->post ( 'paid_type' )) { 69 $data ['paid_type'] = ( int ) $this->input->post ( 'paid_type' ); 70 } 71 61 72 $data['daterange_start'] = ""; 62 73 $data['daterange_end'] = ""; … … 76 87 $data['paidlogs'][$index]['username'] = @$this->get_fullname($paidlog['us_id']); 77 88 } 78 89 79 90 if ($this->input->is_ajax_request()) { 80 91 return $this->load->view('report/listview', $data);
Note: See TracChangeset
for help on using the changeset viewer.