From 9c83820a962627f5b5e1e196c8ef310fb96c7407 Mon Sep 17 00:00:00 2001 From: Christopher Burger Date: Thu, 16 Mar 2017 20:28:56 -0400 Subject: RT# 74666, Added quotation description to customer quotation list and quotation view --- httemplate/view/quotation.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'httemplate/view/quotation.html') diff --git a/httemplate/view/quotation.html b/httemplate/view/quotation.html index cabf30a17..aba1f0ab3 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 &> -

Quotation #<% $quotationnum %>

+

Quotation #<% $quotationnum %> +% if ($quotation->quotation_description) { +(<% $quotation->quotation_description %>) +% } +

% } else { #eventually, header-prospect_main.html <& /elements/header.html, mt('Quotation View'), $menubar &> <& /elements/init_overlib.html &> -- cgit v1.2.1