From 14c4ab8fbc209eb7075ca1124a24e13b84505a85 Mon Sep 17 00:00:00 2001 From: Ibnu Maksum Date: Wed, 21 Aug 2024 14:00:44 +0700 Subject: [PATCH] show bandwidth plan in the customer view admin --- ui/ui/customers-view.tpl | 4 ++++ version.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ui/ui/customers-view.tpl b/ui/ui/customers-view.tpl index f1840ca9..6d7de98c 100644 --- a/ui/ui/customers-view.tpl +++ b/ui/ui/customers-view.tpl @@ -133,6 +133,10 @@ {Lang::T('Type')} {if $package['prepaid'] eq yes}Prepaid{else}Postpaid{/if} +
  • + {Lang::T('Bandwidth')} + {$package['name_bw']} +
  • {Lang::T('Created On')} {Lang::dateAndTimeFormat($package['recharged_on'],$package['recharged_time'])} diff --git a/version.json b/version.json index 9bd82d26..08511041 100644 --- a/version.json +++ b/version.json @@ -1,3 +1,3 @@ { - "version": "2024.8.19" + "version": "2024.8.21" } \ No newline at end of file