X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fsearch%2Fcust_main.cgi;h=7c3ad3384d1d6b6c85098a1b7bb91daf84603b7a;hb=0af38652da3b3be7da2d35b048285ef6f2194e1a;hp=859ef04e61739f57b51be7326c89a5395ff82bbf;hpb=3de7385d0a6ad25fa300f50929473f33998ea858;p=freeside.git diff --git a/httemplate/search/cust_main.cgi b/httemplate/search/cust_main.cgi index 859ef04e6..7c3ad3384 100755 --- a/httemplate/search/cust_main.cgi +++ b/httemplate/search/cust_main.cgi @@ -81,13 +81,8 @@ <% mt('#') |h %> <% mt('Status') |h %> - <% mt('(bill) name') |h %> - <% mt('company') |h %> - -%if ( defined dbdef->table('cust_main')->column('ship_last') ) { - <% mt('(service) name') |h %> - <% mt('company') |h %> -%} + <% mt('Name') |h %> + <% mt('Company') |h %> %foreach my $addl_header ( @addl_headers ) { <% $addl_header %> @@ -172,25 +167,6 @@ <% $pcompany %> -% if ( defined dbdef->table('cust_main')->column('ship_last') ) { -% my($ship_last,$ship_first,$ship_company)=( -% $cust_main->ship_last || $cust_main->getfield('last'), -% $cust_main->ship_last ? $cust_main->ship_first : $cust_main->first, -% $cust_main->ship_last ? $cust_main->ship_company : $cust_main->company, -% ); -% my $pship_company = $ship_company -% ? qq!$ship_company! -% : ' '; -% - - > - <% "$ship_last, $ship_first" %> - - > - <% $pship_company %> - -% } -% % foreach my $addl_col ( @addl_cols ) { % if ( $addl_col eq 'tickets' ) { % if ( @custom_priorities ) { @@ -492,9 +468,10 @@ if ( $cgi->param('browse') if ( $cgi->param('search_cust') ) { $sortby = \*company_sort; $orderby = "ORDER BY LOWER(company || ' ' || last || ' ' || first )"; - push @cust_main, smart_search( 'search' => scalar($cgi->param('search_cust')), - 'no_fuzzy_on_exact' => 1, #pref? - ); + push @cust_main, smart_search( + 'search' => scalar($cgi->param('search_cust')), + 'no_fuzzy_on_exact' => ! $curuser->option('enable_fuzzy_on_exact'), + ); } @cust_main = grep { $_->ncancelled_pkgs || ! $_->all_pkgs } @cust_main