mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-02-20 21:43:00 +08: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('status')
|
||||
->select('method')
|
||||
->select('plan_type')
|
||||
->select('tbl_user_recharges.routers', 'routers')
|
||||
->select('tbl_user_recharges.type', 'type')
|
||||
->select('admin_id')
|
||||
|
|
|
@ -537,4 +537,4 @@
|
|||
"All_fields_are_required": "All fields are required",
|
||||
"Personal": "Personal",
|
||||
"Email_Notification": "Email Notification"
|
||||
}
|
||||
}
|
|
@ -152,6 +152,7 @@
|
|||
<td class="small text-success text-uppercase text-normal">{Lang::T('Type')}</td>
|
||||
<td class="small mb15 text-success">
|
||||
<b>{if $_bill['prepaid'] eq yes}Prepaid{else}Postpaid{/if}</b>
|
||||
{Lang::T($_bill['plan_type'])}
|
||||
</td>
|
||||
</tr>
|
||||
{if $nux_ip neq ''}
|
||||
|
|
Loading…
Reference in a new issue