mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-08-04 10:15:03 +02:00
show bandwidth plan in the customer view admin
This commit is contained in:
parent
24e49e4eb9
commit
14c4ab8fbc
2 changed files with 5 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue