X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fmisc%2Fxmlhttp-cust_main-search.cgi;h=40697f134820fb474e5f8c8c84e4b36e0b09f494;hp=f40df5623254f1608d126c0d5de985171b40d07c;hb=7d80f005462758e0271215240cdf99a9336f03dd;hpb=52a824f9b11ca266be10c76894eaf6607344c8d0 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,