From c1e554f22e4a4cb4a88461ad1542786b6f949f07 Mon Sep 17 00:00:00 2001 From: Christopher Burger Date: Thu, 6 Jul 2017 13:19:29 -0400 Subject: [PATCH] RT# 74666 - added description field to the report sort fields and a link back to quote to keep it consistant --- httemplate/search/quotation.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/httemplate/search/quotation.html b/httemplate/search/quotation.html index 8b55bd5f2..6a4fef019 100755 --- a/httemplate/search/quotation.html +++ b/httemplate/search/quotation.html @@ -48,6 +48,7 @@ '', 'confidence', 'close_date', + 'quotation_description' ], 'align' => 'rrrrllrr', #.FS::UI::Web::cust_aligns(), 'links' => [ @@ -59,6 +60,7 @@ $cust_link, $link, $link, + $link, #( map { $_ ne 'Cust. Status' ? $cust_link : '' } # FS::UI::Web::cust_header() #), -- 2.11.0