From f53e60161abc85a9e22eaae3697508c4f6933a31 Mon Sep 17 00:00:00 2001
From: Ahmad Husein <48185559+ahmadhusein17@users.noreply.github.com>
Date: Wed, 21 Aug 2024 15:45:41 +0700
Subject: [PATCH] Update voucher.tpl
Update translation
---
ui/ui/voucher.tpl | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/ui/ui/voucher.tpl b/ui/ui/voucher.tpl
index 1497424b..6f357b48 100644
--- a/ui/ui/voucher.tpl
+++ b/ui/ui/voucher.tpl
@@ -9,7 +9,7 @@
Print
+ class="ion ion-android-print"> {Lang::T('Print')}
@@ -20,7 +20,7 @@
{/if}
@@ -111,8 +111,8 @@
onmouseleave="this.style.backgroundColor = 'black';"
onmouseenter="this.style.backgroundColor = 'white';">
{$ds['code']}
- {if $ds['status'] eq '0'} {else}
+ | {if $ds['status'] eq '0'} {else}
{/if} |
{if $ds['user'] eq '0'} -
{else}{$ds['user']}
@@ -141,4 +141,4 @@
{include file="pagination.tpl"}
-{include file="sections/footer.tpl"}
\ No newline at end of file
+{include file="sections/footer.tpl"}
|