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:27:29 -0600 |
commit | 992573160bf2fc89b1d957973109e03d2abf0a47 (patch) | |
tree | 2fbdf8a9fbc4f180f98a93cb147cddd8ca4952b6 /FS | |
parent | 82b49ace9ca58b1c5508b0b4a705fd1a5890974e (diff) |
RT#38983: OBL - searching in Fibernetics Freeside [removed enable_fuzzy_on_exact]
Diffstat (limited to 'FS')
-rw-r--r-- | FS/FS/Conf.pm | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 7dbc2ebf2..4b72be1bd 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -3970,13 +3970,6 @@ and customer address. Include units.', 'type' => 'text', }, - { - 'key' => 'enable_fuzzy_on_exact', - 'section' => 'UI', - 'description' => 'Enable approximate customer searching even when an exact match is found.', - 'type' => 'checkbox', - }, - { 'key' => 'pkg_referral', 'section' => '', 'description' => 'Enable package-specific advertising sources.', |