From 3e90510c97819a8b79ba26a8495f477be913a192 Mon Sep 17 00:00:00 2001 From: iBNu Maksum Date: Wed, 16 Apr 2025 15:17:19 +0700 Subject: [PATCH 1/2] fix image invoice --- system/lan/english.json | 3 +++ ui/ui/admin/plan/invoice.tpl | 2 +- ui/ui/customer/invoice-customer.tpl | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/system/lan/english.json b/system/lan/english.json index 1f97dbcb..b1847926 100644 --- a/system/lan/english.json +++ b/system/lan/english.json @@ -382,6 +382,9 @@ "Clean_up_Logs": "Clean up Logs", "ID": "ID", "Date_Sent": "Date Sent", + "Plan_Not_found": "Plan Not found", + "Sales": "Sales", + "Finish": "Finish", "Notification_Message": "Notification Message", "Share": "Share", "Previous": "Previous", diff --git a/ui/ui/admin/plan/invoice.tpl b/ui/ui/admin/plan/invoice.tpl index b939c402..4875d8f5 100644 --- a/ui/ui/admin/plan/invoice.tpl +++ b/ui/ui/admin/plan/invoice.tpl @@ -6,7 +6,7 @@
{$in['invoice']}
{if !empty($logo)} -
+
{/if}
{$in['invoice']}
{if !empty($logo)} -
+
{/if}
Date: Wed, 16 Apr 2025 15:23:54 +0700
Subject: [PATCH 2/2] fix settings

---
 ui/ui/admin/settings/app.tpl | 6 +++---
 version.json                 | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/ui/ui/admin/settings/app.tpl b/ui/ui/admin/settings/app.tpl
index ba359055..8ad006ea 100644
--- a/ui/ui/admin/settings/app.tpl
+++ b/ui/ui/admin/settings/app.tpl
@@ -73,8 +73,8 @@
                     
                     
- +
{Lang::T('For invoice print using Thermal Printer')} @@ -109,7 +109,7 @@
-
{Lang::T('Income will reset every this day')} diff --git a/version.json b/version.json index 4985074a..254aeeb0 100644 --- a/version.json +++ b/version.json @@ -1,3 +1,3 @@ { - "version": "2025.3.20" + "version": "2025.4.16" } \ No newline at end of file