mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-07-16 13:04:25 +02:00
Update customers.tpl
add default value to package row
This commit is contained in:
parent
dec4258a6f
commit
1065bfc017
1 changed files with 5 additions and 1 deletions
|
@ -122,8 +122,12 @@
|
|||
class="glyphicon glyphicon-map-marker"></i></a>
|
||||
{/if}
|
||||
</td>
|
||||
<td align="center">
|
||||
<td align="center">
|
||||
{if $ds.recharge_status}
|
||||
{$ds.recharge_status}
|
||||
{else}
|
||||
<span class="label label-default">•</span>
|
||||
{/if}
|
||||
</td>
|
||||
<td>{$ds['service_type']}</td>
|
||||
<td>{Lang::T($ds['status'])}</td>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue