mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-08-04 02:04:53 +02:00
patch: Update
add css and plan price to user billing
This commit is contained in:
parent
c8d5861f2e
commit
226ed41075
2 changed files with 18 additions and 0 deletions
|
@ -271,6 +271,7 @@ class User
|
|||
->left_outer_join('tbl_plans', ['tbl_plans.id', '=', 'tbl_user_recharges.plan_id'])
|
||||
->left_outer_join('tbl_bandwidth', ['tbl_bandwidth.id', '=', 'tbl_plans.id_bw'])
|
||||
->select('tbl_bandwidth.name_bw', 'name_bw')
|
||||
->select('tbl_plans.price', 'price')
|
||||
->where('customer_id', $id)
|
||||
->find_many();
|
||||
return $d;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue