This commit is contained in:
2022-02-18 18:30:32 -05:00
parent 83a246ee6e
commit 1b025a1563
5 changed files with 508 additions and 107 deletions
+1
View File
@@ -681,6 +681,7 @@ class Member extends Users_Controller {
$query = $this->db->query($mysql);
$this->table->set_heading('Date', 'Amount','Fee','Recipient','Confirmation', 'Status');
$data['sendmoney_table'] = $this->table->generate($query);
$data['sendmoney_table_result'] = $query->result();
$data['page_title'] ="Wallet";
$this->RenderUserPage('users/view_balance', $data);
}