mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-08-03 01:34:53 +02:00
fix customer dashboard table list, , Package Bandwidth and Recharge Button
This commit is contained in:
parent
0fec69df89
commit
cc74667451
2 changed files with 2 additions and 2 deletions
|
@ -217,7 +217,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.*')
|
||||
->select('tbl_bandwidth.name_bw', 'name_bw')
|
||||
->where('customer_id', $id)
|
||||
->find_many();
|
||||
return $d;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue