This commit is contained in:
2022-02-19 10:08:54 -05:00
parent dff9b496cf
commit cf8c2131bd
5 changed files with 101 additions and 19 deletions
+2
View File
@@ -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);
}