From: Ivan Kohler Date: Fri, 6 Sep 2013 04:05:25 +0000 (-0700) Subject: add no_fuzzy_on_exact global, RT#24804 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=b10deb15ae594cc85eef8db967784fed1fa8ec8f add no_fuzzy_on_exact global, RT#24804 --- diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 476d490d2..d8c2317b6 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -3855,6 +3855,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.',