www
This commit is contained in:
@@ -1020,9 +1020,11 @@ class Member extends Users_Controller {
|
||||
|
||||
$this->table->set_heading(array('data' => 'Date', 'style' => 'width:110px'), 'Description', array('data' => 'Amount', 'style' => 'width:100px'), array('data' => 'Fee', 'style' => 'width:70px'), array('data' => 'Confirmation', 'style' => 'width:100px'));
|
||||
$data['payment_result'] = $this->table->generate($query);
|
||||
$data['payment_data_result'] = $query->result();
|
||||
$data["links"] = $this->pagination->create_links();
|
||||
|
||||
// $this->load->view('users/view_header_user', $data);
|
||||
$data['page_title'] ="Payments Report";
|
||||
$this->RenderUserPage('users/view_payment', $data);
|
||||
// $this->load->view('users/view_footer_user', $data);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user