summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Burger <burgerc@freeside.biz>2017-07-06 12:53:41 -0400
committerChristopher Burger <burgerc@freeside.biz>2017-07-06 12:53:41 -0400
commit6ac3663128f85f5932fb3c2fb1fce4e2372d9c68 (patch)
tree736c4bedea6417fee2f92e93005971c876175ba0
parent59776b97e0d82e30e9a50c76d16f302309fff76d (diff)
RT# 74666 - added the field quotation description to the list quotation and advanced quotation reports
-rwxr-xr-xhttemplate/search/quotation.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/httemplate/search/quotation.html b/httemplate/search/quotation.html
index f9b77b95f..8b55bd5f2 100755
--- a/httemplate/search/quotation.html
+++ b/httemplate/search/quotation.html
@@ -17,6 +17,7 @@
emt('Customer'),
emt('Confidence'),
emt('Close date'),
+ emt('Description')
],
'fields' => [
'quotationnum',
@@ -35,6 +36,7 @@
sub { my $quotation = shift;
$quotation->close_date ? time2str('%b %d %Y', $quotation->close_date) : '';
},
+ 'quotation_description',
#\&FS::UI::Web::cust_fields,
],
'sort_fields' => [