diff --git a/ui/ui/customers.tpl b/ui/ui/customers.tpl index a7924686..495e0e8e 100644 --- a/ui/ui/customers.tpl +++ b/ui/ui/customers.tpl @@ -36,6 +36,7 @@ {$_L['Username']} {$_L['Full_Name']} + {Lang::T('Balance')} {$_L['Phone_Number']} {$_L['Email']} {$_L['Created_On']} @@ -48,6 +49,7 @@ {$ds['username']} {$ds['fullname']} + {Lang::moneyFormat($ds['balance'])} {$ds['phonenumber']} {$ds['email']} {$ds['created_at']}