Show Personal/Bussines in Plan Customer Dashboard

This commit is contained in:
Ibnu Maksum 2024-03-28 18:55:10 +07:00
parent 773cfe0139
commit 954a49978c
No known key found for this signature in database
GPG key ID: 7FC82848810579E5
3 changed files with 3 additions and 1 deletions

View file

@ -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')

View file

@ -537,4 +537,4 @@
"All_fields_are_required": "All fields are required",
"Personal": "Personal",
"Email_Notification": "Email Notification"
}
}

View file

@ -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 ''}