diff options
-rwxr-xr-x | httemplate/search/quotation.html | 2 |
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' => [ |