fix customer dashboard table list, , Package Bandwidth and Recharge Button
This commit is contained in:
parent
0fec69df89
commit
cc74667451
@ -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;
|
||||
|
@ -111,7 +111,7 @@
|
||||
</td>
|
||||
</tr>
|
||||
{/if}
|
||||
</table>
|
||||
</table>
|
||||
</div>
|
||||
{if $abills && count($abills)>0}
|
||||
<div class="box-header">
|
||||
|
Loading…
x
Reference in New Issue
Block a user