feat: add username field to customer query

This commit is contained in:
Focuslinkstech 2025-03-22 15:51:36 +01:00
parent 655e0494d3
commit dc28298d53

View File

@ -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 {