From d970b535025ec9abc5c53c484bb64493e1f85418 Mon Sep 17 00:00:00 2001 From: abhisheks Date: Thu, 14 Dec 2023 16:15:04 +0530 Subject: [PATCH] refactor: override thob modules template --- .../templates/hook/displayCustomization.tpl | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 modules/thob/views/templates/hook/displayCustomization.tpl diff --git a/modules/thob/views/templates/hook/displayCustomization.tpl b/modules/thob/views/templates/hook/displayCustomization.tpl new file mode 100644 index 0000000..fa5eac9 --- /dev/null +++ b/modules/thob/views/templates/hook/displayCustomization.tpl @@ -0,0 +1,20 @@ + + + + + + + + + {foreach from=$line_items item="line_item"} + + + + + {/foreach} + +
ParticularValue
+ {$line_item["label"]} + + {$line_item["value"]} +