diff options
author | Ivan Kohler <ivan@freeside.biz> | 2013-09-05 21:05:26 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2013-09-05 21:05:26 -0700 |
commit | 154d2a6b30e1001b02232e099b0ffd4bae6f970c (patch) | |
tree | 175290fad157bfe84e4a4e573891e8a12c01db4b | |
parent | 7ff74aec7c627cfff90e6746081fcf011e62508b (diff) |
add no_fuzzy_on_exact global, RT#24804
-rw-r--r-- | FS/FS/Conf.pm | 7 |
1 files changed, 7 insertions, 0 deletions
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.', |