Fixed Customer List Bug

fix the package not listing on next page in customer list
This commit is contained in:
Focuslinkstech
2024-08-03 14:16:51 +01:00
parent de85d30a9e
commit dec4258a6f
2 changed files with 25 additions and 6 deletions

View File

@ -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">&bull;</span>
<td align="center">
{$ds.recharge_status}
</td>
<td>{$ds['service_type']}</td>
<td>{Lang::T($ds['status'])}</td>