From 04d3728e07d43ab698f208a061e0ca97b2f73b5e Mon Sep 17 00:00:00 2001 From: Jonathan Prykop Date: Tue, 12 Jan 2016 15:27:29 -0600 Subject: RT#38983: OBL - searching in Fibernetics Freeside [removed enable_fuzzy_on_exact] --- httemplate/misc/xmlhttp-cust_main-search.cgi | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'httemplate/misc') diff --git a/httemplate/misc/xmlhttp-cust_main-search.cgi b/httemplate/misc/xmlhttp-cust_main-search.cgi index f40df5623..40697f134 100644 --- a/httemplate/misc/xmlhttp-cust_main-search.cgi +++ b/httemplate/misc/xmlhttp-cust_main-search.cgi @@ -9,9 +9,7 @@ % } elsif ( $sub eq 'smart_search' ) { % % my $string = $cgi->param('arg'); -% my @cust_main = smart_search( 'search' => $string, -% 'no_fuzzy_on_exact' => ! $FS::CurrentUser::CurrentUser->option('enable_fuzzy_on_exact'), -% ); +% my @cust_main = smart_search( 'search' => $string ); % my $return = [ map [ $_->custnum, % $_->name, % $_->balance, -- cgit v1.2.1