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

1
.gitignore vendored
View file

@ -39,3 +39,4 @@ system/lan/**
!system/lan/turkish.json
!system/lan/english.json
!system/lan/country.json
*.zip

Binary file not shown.

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>