X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fsearch%2Fquotation.html;h=f9b77b95f0cb194d75c7697cfc30fbd1c41c85f6;hp=16affeb02578e177ece4f1465c77da4e7b6df585;hb=2ffdb485e5534df3d89bcc12d4d02d485e9b28f5;hpb=9d83064764df266d3e693cc75cdde8478498215a diff --git a/httemplate/search/quotation.html b/httemplate/search/quotation.html index 16affeb02..f9b77b95f 100755 --- a/httemplate/search/quotation.html +++ b/httemplate/search/quotation.html @@ -29,9 +29,11 @@ sub { my $cust_main = shift->cust_main; $cust_main ? encode_entities($cust_main->name) : ''; }, - 'confidence', - sub { my $quot = shift; - $quot->close_date ? time2str('%b %d %Y', $quot->close_date) : ''; + sub { my $quotation = shift; + length($quotation->confidence) ? $quotation->confidence . '%' : ''; + }, + sub { my $quotation = shift; + $quotation->close_date ? time2str('%b %d %Y', $quotation->close_date) : ''; }, #\&FS::UI::Web::cust_fields, ],