fixed account type ui
This commit is contained in:
parent
f44d800400
commit
865df09116
1
.gitignore
vendored
1
.gitignore
vendored
@ -39,3 +39,4 @@ system/lan/**
|
|||||||
!system/lan/turkish.json
|
!system/lan/turkish.json
|
||||||
!system/lan/english.json
|
!system/lan/english.json
|
||||||
!system/lan/country.json
|
!system/lan/country.json
|
||||||
|
*.zip
|
||||||
|
BIN
phpnuxbill.zip
BIN
phpnuxbill.zip
Binary file not shown.
@ -53,7 +53,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td onclick="window.location.href = '{$_url}customers/view/{$ds['id']}'"
|
<td onclick="window.location.href = '{$_url}customers/view/{$ds['id']}'"
|
||||||
style="cursor:pointer;">{$ds['username']}</td>
|
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']}'"
|
<td onclick="window.location.href = '{$_url}customers/view/{$ds['id']}'"
|
||||||
style="cursor: pointer;">{$ds['fullname']}</td>
|
style="cursor: pointer;">{$ds['fullname']}</td>
|
||||||
<td>{Lang::moneyFormat($ds['balance'])}</td>
|
<td>{Lang::moneyFormat($ds['balance'])}</td>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user