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 }}