Update customers.tpl

add default value to package row
This commit is contained in:
Focuslinkstech 2024-08-03 14:32:28 +01:00
parent dec4258a6f
commit 1065bfc017

View File

@ -123,7 +123,11 @@
{/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">&bull;</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>