diff options
author | Christopher Burger <burgerc@freeside.biz> | 2017-07-06 13:19:29 -0400 |
---|---|---|
committer | Christopher Burger <burgerc@freeside.biz> | 2017-07-06 13:19:29 -0400 |
commit | c1e554f22e4a4cb4a88461ad1542786b6f949f07 (patch) | |
tree | a5dbea34b031f18d2ff35cc0095c606daf94183c | |
parent | 6ac3663128f85f5932fb3c2fb1fce4e2372d9c68 (diff) |
RT# 74666 - added description field to the report sort fields and a link back to quote to keep it consistant
-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 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() #), |