From 499a32015a5b1abfc6d4339f57b8ff8ded675b0c Mon Sep 17 00:00:00 2001 From: Ibnu Maksum Date: Tue, 15 Aug 2023 16:21:20 +0700 Subject: [PATCH] Show Balance in Customer List --- ui/ui/customers.tpl | 2 ++ 1 file changed, 2 insertions(+) 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']}