added plan type to front ui

This commit is contained in:
Novath Thomas
2024-03-18 22:50:46 +03:00
parent f769e7b798
commit b92efe3d30
6 changed files with 47 additions and 1 deletions

View File

@ -53,7 +53,8 @@
<tr {if $ds['enabled'] != 1}class="danger" title="disabled"
{elseif $ds['prepaid'] != 'yes'}class="warning" title="Postpaid" {/if}>
<td class="headcol">{$ds['name_plan']}</td>
<td>{$ds['typebp']}</td>
<td>{$ds['plan_type']}</td>
<td>{$ds['typebp']}</td>
<td>{$ds['name_bw']}</td>
<td>{Lang::moneyFormat($ds['price'])}</td>
<td>{$ds['time_limit']} {$ds['time_unit']}</td>