diff options
| author | Jonathan Prykop <jonathan@freeside.biz> | 2016-01-12 15:27:29 -0600 | 
|---|---|---|
| committer | Jonathan Prykop <jonathan@freeside.biz> | 2016-01-12 15:40:40 -0600 | 
| commit | 04d3728e07d43ab698f208a061e0ca97b2f73b5e (patch) | |
| tree | 4fbc88a380d9fb55266f7e241bdb181955c5295b /httemplate/misc/xmlhttp-cust_main-search.cgi | |
| parent | ba71de5d6420a13a8fd11288584a3194cc153bad (diff) | |
RT#38983: OBL - searching in Fibernetics Freeside [removed enable_fuzzy_on_exact]
Diffstat (limited to 'httemplate/misc/xmlhttp-cust_main-search.cgi')
| -rw-r--r-- | httemplate/misc/xmlhttp-cust_main-search.cgi | 4 | 
1 files changed, 1 insertions, 3 deletions
| 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, | 
