feat: add username field to customer query
This commit is contained in:
parent
655e0494d3
commit
dc28298d53
@ -200,6 +200,7 @@ EOT;
|
||||
['tbl_customers.phonenumber', 'phonenumber'],
|
||||
['tbl_user_recharges.customer_id', 'customer_id'],
|
||||
['tbl_customers.fullname', 'fullname'],
|
||||
['tbl_customers.username','username'],
|
||||
]);
|
||||
$customers = $query->find_array();
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user