From f769e7b798533d740d59e70cad9de9ac9cc38807 Mon Sep 17 00:00:00 2001 From: Novath Thomas Date: Mon, 18 Mar 2024 22:40:27 +0300 Subject: [PATCH] added plan type to listing --- ui/ui/plan.tpl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ui/ui/plan.tpl b/ui/ui/plan.tpl index e6e77e22..23001eb0 100644 --- a/ui/ui/plan.tpl +++ b/ui/ui/plan.tpl @@ -45,6 +45,7 @@ {Lang::T('Username')} {Lang::T('Plan Name')} + {Lang::T('Plan Type')} {Lang::T('Type')} {Lang::T('Created On')} {Lang::T('Expires On')} @@ -59,6 +60,7 @@ {$ds['username']} {$ds['namebp']} {$ds['type']} + {$ds['plan_type']} {Lang::dateAndTimeFormat($ds['recharged_on'],$ds['recharged_time'])} {Lang::dateAndTimeFormat($ds['expiration'],$ds['time'])} {$ds['method']}