mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-07-08 17:14:24 +02:00
feat: add username field to customer query
This commit is contained in:
parent
655e0494d3
commit
dc28298d53
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue