summaryrefslogtreecommitdiff
path: root/httemplate/view
diff options
context:
space:
mode:
authorChristopher Burger <burgerc@freeside.biz>2017-03-16 20:28:56 -0400
committerChristopher Burger <burgerc@freeside.biz>2017-05-24 14:34:03 -0400
commit9c83820a962627f5b5e1e196c8ef310fb96c7407 (patch)
tree630d9d31b099d38b63d946a966ea1ddc020ab49c /httemplate/view
parent32c7933d64dba53b0b4eae7deea4540600b575ed (diff)
RT# 74666, Added quotation description to customer quotation list and quotation view
Diffstat (limited to 'httemplate/view')
-rwxr-xr-xhttemplate/view/quotation.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/httemplate/view/quotation.html b/httemplate/view/quotation.html
index cabf30a..aba1f0a 100755
--- a/httemplate/view/quotation.html
+++ b/httemplate/view/quotation.html
@@ -1,6 +1,10 @@
% if ( $quotation->custnum ) {
<& /elements/header-cust_main.html, view=>'quotations', custnum=>$quotation->custnum &>
-<h2>Quotation #<% $quotationnum %></h2>
+<h2>Quotation #<% $quotationnum %>
+% if ($quotation->quotation_description) {
+(<% $quotation->quotation_description %>)
+% }
+</h2>
% } else { #eventually, header-prospect_main.html
<& /elements/header.html, mt('Quotation View'), $menubar &>
<& /elements/init_overlib.html &>