summaryrefslogtreecommitdiff
path: root/httemplate/view/cust_main
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2014-09-16 23:41:40 -0700
committerIvan Kohler <ivan@freeside.biz>2014-09-16 23:41:40 -0700
commitee17093f5b41c1544d00a2670d26794aee33077a (patch)
tree6d11ca503666b991dd4b8987e301826c3fe9291f /httemplate/view/cust_main
parentf58e37b603c27dd0b2d2232e8cb0392088409437 (diff)
customer quotations are work orders? RT#25561
Diffstat (limited to 'httemplate/view/cust_main')
-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>