From 154d2a6b30e1001b02232e099b0ffd4bae6f970c Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Thu, 5 Sep 2013 21:05:26 -0700 Subject: add no_fuzzy_on_exact global, RT#24804 --- FS/FS/Conf.pm | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index f831af825..cfbf32dc7 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -3861,6 +3861,13 @@ 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.', -- cgit v1.2.1