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 /FS | |
parent | ba71de5d6420a13a8fd11288584a3194cc153bad (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.', |