RT#38983: OBL - searching in Fibernetics Freeside [removed enable_fuzzy_on_exact]
[freeside.git] / httemplate / search / cust_main.cgi
index 5a574bc..4811407 100755 (executable)
@@ -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')
-                               ),
     );
   }