X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fsearch%2Fquotation.html;fp=httemplate%2Fsearch%2Fquotation.html;h=2eba71cb06e4e8e4803fbdffdd8274e3488f92b8;hb=8b70832328eb02dc9253dab7b436c6479b588162;hp=55c60f0c198a8a6aea93a44d208e31300e8c7a24;hpb=96d579596bf4dfbb4cd959bf8dc350ef8dc7fa06;p=freeside.git diff --git a/httemplate/search/quotation.html b/httemplate/search/quotation.html index 55c60f0c1..2eba71cb0 100755 --- a/httemplate/search/quotation.html +++ b/httemplate/search/quotation.html @@ -15,6 +15,8 @@ emt('Date'), emt('Prospect'), emt('Customer'), + emt('Confidence'), + emt('Close date'), ], 'fields' => [ 'quotationnum', @@ -27,6 +29,10 @@ sub { my $cust_main = shift->cust_main; $cust_main ? $cust_main->name : ''; }, + 'confidence', + sub { my $quot = shift; + $quot->close_date ? time2str('%b %d %Y', $quot->close_date) : ''; + }, #\&FS::UI::Web::cust_fields, ], 'sort_fields' => [ @@ -36,8 +42,10 @@ '_date', '', '', + 'confidence', + 'close_date', ], - 'align' => 'rrrrll', #.FS::UI::Web::cust_aligns(), + 'align' => 'rrrrllrr', #.FS::UI::Web::cust_aligns(), 'links' => [ $link, $link, @@ -45,6 +53,8 @@ $link, $prospect_link, $cust_link, + $link, + $link, #( map { $_ ne 'Cust. Status' ? $cust_link : '' } # FS::UI::Web::cust_header() #),