RT# 74666, Added quotation description to customer quotation list and quotation view
[freeside.git] / httemplate / view / quotation.html
index cabf30a..aba1f0a 100755 (executable)
@@ -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 &>