From 992573160bf2fc89b1d957973109e03d2abf0a47 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/pref/pref-process.html | 1 - httemplate/pref/pref.html | 15 --------------- 2 files changed, 16 deletions(-) (limited to 'httemplate/pref') diff --git a/httemplate/pref/pref-process.html b/httemplate/pref/pref-process.html index 665bb81c2..f03a8dfa3 100644 --- a/httemplate/pref/pref-process.html +++ b/httemplate/pref/pref-process.html @@ -52,7 +52,6 @@ unless ( $error ) { # if ($access_user) { my @paramlist = qw( locale menu_position default_customer_view history_order spreadsheet_format mobile_menu - enable_fuzzy_on_exact disable_html_editor disable_enter_submit_onetimecharge enable_mask_clipboard_hack dashboard_customers customer_view_emails diff --git a/httemplate/pref/pref.html b/httemplate/pref/pref.html index 46291066c..50d6e8d23 100644 --- a/httemplate/pref/pref.html +++ b/httemplate/pref/pref.html @@ -108,21 +108,6 @@ Interface -% if ( FS::Conf->new->exists('enable_fuzzy_on_exact') ) { - - - -% } else { - - - Enable approximate customer searching
even when an exact match is found: - - option('enable_fuzzy_on_exact') ? 'CHECKED' : '' %>> - - - -% } - Disable HTML editor for customer notes: -- cgit v1.2.1