show bandwidth plan in the customer view admin

This commit is contained in:
Ibnu Maksum 2024-08-21 14:00:44 +07:00
parent 24e49e4eb9
commit 14c4ab8fbc
No known key found for this signature in database
GPG Key ID: 7FC82848810579E5
2 changed files with 5 additions and 1 deletions

View File

@ -133,6 +133,10 @@
{Lang::T('Type')} <span class="pull-right">
{if $package['prepaid'] eq yes}Prepaid{else}<b>Postpaid</b>{/if}</span>
</li>
<li class="list-group-item">
{Lang::T('Bandwidth')} <span class="pull-right">
{$package['name_bw']}</span>
</li>
<li class="list-group-item">
{Lang::T('Created On')} <span
class="pull-right">{Lang::dateAndTimeFormat($package['recharged_on'],$package['recharged_time'])}</span>

View File

@ -1,3 +1,3 @@
{
"version": "2024.8.19"
"version": "2024.8.21"
}