From 674f60dc84dd3eaefba0d7c582a92f5679cf2f66 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/elements/quotations.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'httemplate/elements') diff --git a/httemplate/elements/quotations.html b/httemplate/elements/quotations.html index 1d80a48ea..a6dd373a7 100644 --- a/httemplate/elements/quotations.html +++ b/httemplate/elements/quotations.html @@ -13,6 +13,7 @@ <% mt('Date') |h %> <% mt('Setup') |h %> <% mt('Recurring') |h %> + <% mt('Description') |h %> % foreach my $quotation (@quotations) { @@ -28,6 +29,7 @@ <% $a %><% time2str($date_format, $quotation->_date) |h %> <% $a %><% $quotation->total_setup |h %> <% $a %><% $quotation->total_recur |h %> + <% $a %><% $quotation->quotation_description |h %> <% $opt{convert_label} || 'Convert to customer' %> % } -- cgit v1.2.1