fix customer dashboard table list, , Package Bandwidth and Recharge Button

This commit is contained in:
Focuslinkstech 2024-09-06 13:56:33 +01:00 committed by GitHub
parent 0fec69df89
commit cc74667451
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -217,7 +217,7 @@ class User
]) ])
->left_outer_join('tbl_plans', ['tbl_plans.id', '=', 'tbl_user_recharges.plan_id']) ->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']) ->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) ->where('customer_id', $id)
->find_many(); ->find_many();
return $d; return $d;

View File

@ -111,7 +111,7 @@
</td> </td>
</tr> </tr>
{/if} {/if}
</table> </table> &nbsp;&nbsp;
</div> </div>
{if $abills && count($abills)>0} {if $abills && count($abills)>0}
<div class="box-header"> <div class="box-header">