From f997ef9eb87cbf48bf89ff834ae31ed59de629b0 Mon Sep 17 00:00:00 2001 From: Gadha2311 Date: Mon, 12 Jan 2026 13:08:34 +0530 Subject: [PATCH] fix: add uom quantity in print format --- templates/Basic.template.html | 7 ++----- templates/Business.template.html | 7 ++----- templates/Minimal.template.html | 7 ++----- 3 files changed, 6 insertions(+), 15 deletions(-) diff --git a/templates/Basic.template.html b/templates/Basic.template.html index c5a13eb2..3152b417 100644 --- a/templates/Basic.template.html +++ b/templates/Basic.template.html @@ -84,11 +84,8 @@ {{ row.hsnCode }}
-
{{ row.quantities }}
-
- ({{ row.quantity}} of {{ row.transferUnit }}) -
-
({{ row.quantity }} of {{ row.unit }})
+
{{ row.transferUnit }} {{ row.qty }}
+
{{ row.qty }}
{{ row.rate }}
{{ row.amount }}
diff --git a/templates/Business.template.html b/templates/Business.template.html index 6677d889..11438d99 100644 --- a/templates/Business.template.html +++ b/templates/Business.template.html @@ -78,11 +78,8 @@
{{ row.description }}
{{ row.hsnCode }}
-
{{ row.quantities }}
-
- ({{ row.quantity }} of {{ row.transferUnit }}) -
-
({{ row.quantity }} of {{ row.unit }})
+
{{ row.transferUnit }} {{ row.qty }}
+
{{ row.qty }}
{{ row.rate }}
{{ row.amount }}
diff --git a/templates/Minimal.template.html b/templates/Minimal.template.html index 2828cc1c..e30ebfbc 100644 --- a/templates/Minimal.template.html +++ b/templates/Minimal.template.html @@ -116,11 +116,8 @@
{{ row.hsnCode }}
-
{{ row.quantities }}
-
- ({{ row.quantity }} of {{ row.transferUnit }}) -
-
({{ row.quantity }} of {{ row.unit }})
+
{{ row.transferUnit }} {{ row.qty }}
+
{{ row.qty }}
{{ row.rate }}
{{ row.amount }}