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/search/cust_main.cgi | |
| parent | ba71de5d6420a13a8fd11288584a3194cc153bad (diff) | |
RT#38983: OBL - searching in Fibernetics Freeside [removed enable_fuzzy_on_exact]
Diffstat (limited to 'httemplate/search/cust_main.cgi')
| -rwxr-xr-x | httemplate/search/cust_main.cgi | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/httemplate/search/cust_main.cgi b/httemplate/search/cust_main.cgi index 5a574bcea..481140793 100755 --- a/httemplate/search/cust_main.cgi +++ b/httemplate/search/cust_main.cgi @@ -476,9 +476,6 @@ if ( $cgi->param('browse') $orderby = "ORDER BY LOWER(company || ' ' || last || ' ' || first )"; push @cust_main, smart_search( 'search' => scalar($cgi->param('search_cust')), - 'no_fuzzy_on_exact' => ! ( $curuser->option('enable_fuzzy_on_exact') - || $conf->exists('enable_fuzzy_on_exact') - ), ); } |
