fixed account type ui

This commit is contained in:
Novath Thomas
2024-03-18 23:28:16 +03:00
parent f44d800400
commit 865df09116
3 changed files with 3 additions and 2 deletions

View File

@ -53,7 +53,7 @@
<tr>
<td onclick="window.location.href = '{$_url}customers/view/{$ds['id']}'"
style="cursor:pointer;">{$ds['username']}</td>
<td>{Lang::moneyFormat($ds['account_type'])}</td>
<td>{$ds['account_type']}</td>
<td onclick="window.location.href = '{$_url}customers/view/{$ds['id']}'"
style="cursor: pointer;">{$ds['fullname']}</td>
<td>{Lang::moneyFormat($ds['balance'])}</td>