forked from kevinowino869/mitrobill
Fixed Customer List Bug
fix the package not listing on next page in customer list
This commit is contained in:
@ -99,7 +99,7 @@
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
{foreach $d as $ds}
|
||||
{foreach $customers as $ds}
|
||||
<tr {if $ds['status'] != 'Active'}class="danger"{/if}>
|
||||
<td onclick="window.location.href = '{$_url}customers/view/{$ds['id']}'"
|
||||
style="cursor:pointer;">{$ds['username']}</td>
|
||||
@ -122,8 +122,8 @@
|
||||
class="glyphicon glyphicon-map-marker"></i></a>
|
||||
{/if}
|
||||
</td>
|
||||
<td align="center" api-get-text="{$_url}autoload/customer_is_active/{$ds['id']}">
|
||||
<span class="label label-default">•</span>
|
||||
<td align="center">
|
||||
{$ds.recharge_status}
|
||||
</td>
|
||||
<td>{$ds['service_type']}</td>
|
||||
<td>{Lang::T($ds['status'])}</td>
|
||||
|
Reference in New Issue
Block a user