mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-07-09 01:24:23 +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_customers.phonenumber', 'phonenumber'],
|
||||||
['tbl_user_recharges.customer_id', 'customer_id'],
|
['tbl_user_recharges.customer_id', 'customer_id'],
|
||||||
['tbl_customers.fullname', 'fullname'],
|
['tbl_customers.fullname', 'fullname'],
|
||||||
|
['tbl_customers.username','username'],
|
||||||
]);
|
]);
|
||||||
$customers = $query->find_array();
|
$customers = $query->find_array();
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue