Show Balance in Customer List

This commit is contained in:
Ibnu Maksum 2023-08-15 16:21:20 +07:00
parent 68f9399357
commit 499a32015a
No known key found for this signature in database
GPG key ID: 7FC82848810579E5

View file

@ -36,6 +36,7 @@
<tr>
<th>{$_L['Username']}</th>
<th>{$_L['Full_Name']}</th>
<th>{Lang::T('Balance')}</th>
<th>{$_L['Phone_Number']}</th>
<th>{$_L['Email']}</th>
<th>{$_L['Created_On']}</th>
@ -48,6 +49,7 @@
<tr>
<td>{$ds['username']}</td>
<td>{$ds['fullname']}</td>
<td>{Lang::moneyFormat($ds['balance'])}</td>
<td>{$ds['phonenumber']}</td>
<td>{$ds['email']}</td>
<td>{$ds['created_at']}</td>