Update customers.tpl
add default value to package row
This commit is contained in:
parent
dec4258a6f
commit
1065bfc017
@ -122,8 +122,12 @@
|
|||||||
class="glyphicon glyphicon-map-marker"></i></a>
|
class="glyphicon glyphicon-map-marker"></i></a>
|
||||||
{/if}
|
{/if}
|
||||||
</td>
|
</td>
|
||||||
<td align="center">
|
<td align="center">
|
||||||
|
{if $ds.recharge_status}
|
||||||
{$ds.recharge_status}
|
{$ds.recharge_status}
|
||||||
|
{else}
|
||||||
|
<span class="label label-default">•</span>
|
||||||
|
{/if}
|
||||||
</td>
|
</td>
|
||||||
<td>{$ds['service_type']}</td>
|
<td>{$ds['service_type']}</td>
|
||||||
<td>{Lang::T($ds['status'])}</td>
|
<td>{Lang::T($ds['status'])}</td>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user