X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=b19c9296ed1c9752b85c513faa5e03d099ad453d;hb=d8b9c190ed5476473dc4d9a3f71cd08dace2f59b;hp=7534b413343f8e65206131aa0f6aca2d61141b11;hpb=0363eb9628449eaf4edb323b85c1a0c06ffee985;p=freeside.git diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 7534b4133..b19c9296e 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -3691,6 +3691,13 @@ and customer address. Include units.', 'type' => 'checkbox', }, + { + '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.',