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