[freeside-commits] branch master updated. 6ac3663128f85f5932fb3c2fb1fce4e2372d9c68
Christopher Burger
burgerc at 420.am
Thu Jul 6 09:54:13 PDT 2017
The branch, master has been updated
via 6ac3663128f85f5932fb3c2fb1fce4e2372d9c68 (commit)
from 59776b97e0d82e30e9a50c76d16f302309fff76d (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 6ac3663128f85f5932fb3c2fb1fce4e2372d9c68
Author: Christopher Burger <burgerc at freeside.biz>
Date: Thu Jul 6 12:53:41 2017 -0400
RT# 74666 - added the field quotation description to the list quotation and advanced quotation reports
diff --git a/httemplate/search/quotation.html b/httemplate/search/quotation.html
index f9b77b9..8b55bd5 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' => [
-----------------------------------------------------------------------
Summary of changes:
httemplate/search/quotation.html | 2 ++
1 file changed, 2 insertions(+)
More information about the freeside-commits
mailing list