mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-08-18 16:48:51 +02:00
Show Personal/Bussines in Plan Customer Dashboard
This commit is contained in:
parent
773cfe0139
commit
954a49978c
3 changed files with 3 additions and 1 deletions
|
@ -187,6 +187,7 @@ class User
|
||||||
->select('time')
|
->select('time')
|
||||||
->select('status')
|
->select('status')
|
||||||
->select('method')
|
->select('method')
|
||||||
|
->select('plan_type')
|
||||||
->select('tbl_user_recharges.routers', 'routers')
|
->select('tbl_user_recharges.routers', 'routers')
|
||||||
->select('tbl_user_recharges.type', 'type')
|
->select('tbl_user_recharges.type', 'type')
|
||||||
->select('admin_id')
|
->select('admin_id')
|
||||||
|
|
|
@ -152,6 +152,7 @@
|
||||||
<td class="small text-success text-uppercase text-normal">{Lang::T('Type')}</td>
|
<td class="small text-success text-uppercase text-normal">{Lang::T('Type')}</td>
|
||||||
<td class="small mb15 text-success">
|
<td class="small mb15 text-success">
|
||||||
<b>{if $_bill['prepaid'] eq yes}Prepaid{else}Postpaid{/if}</b>
|
<b>{if $_bill['prepaid'] eq yes}Prepaid{else}Postpaid{/if}</b>
|
||||||
|
{Lang::T($_bill['plan_type'])}
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
{if $nux_ip neq ''}
|
{if $nux_ip neq ''}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue