summaryrefslogtreecommitdiff
path: root/httemplate/view/cust_main/quotations.html
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/view/cust_main/quotations.html')
-rw-r--r--httemplate/view/cust_main/quotations.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/httemplate/view/cust_main/quotations.html b/httemplate/view/cust_main/quotations.html
new file mode 100644
index 000000000..4e3a207fe
--- /dev/null
+++ b/httemplate/view/cust_main/quotations.html
@@ -0,0 +1,10 @@
+<& /elements/quotations.html,
+ cust_main => $cust_main,
+ convert_label => 'Place order',
+&>
+
+<%init>
+
+my $cust_main = shift;
+
+</%init>