diff --git a/ui/ui/voucher.tpl b/ui/ui/voucher.tpl index dc31026..1497424 100644 --- a/ui/ui/voucher.tpl +++ b/ui/ui/voucher.tpl @@ -19,8 +19,8 @@ {if in_array($_admin['user_type'],['SuperAdmin','Admin'])}
Delete All + onclick="return confirm('Delete all used voucher code more than 3 months?')"> Delete > 3 Months
{/if}   @@ -95,6 +95,7 @@ {Lang::T('Code Voucher')} {Lang::T('Status Voucher')} {Lang::T('Customer')} + {Lang::T('Used Date')} {Lang::T('Generated By')} {Lang::T('Manage')} @@ -116,6 +117,7 @@ {if $ds['user'] eq '0'} - {else}{$ds['user']} {/if} + {if $ds['used_date']}{Lang::dateTimeFormat($ds['used_date'])}{/if} {if $ds['generated_by']} {$admins[$ds['generated_by']]} {else} -