diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2013-09-05 21:05:25 -0700 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2013-09-05 21:05:25 -0700 |
| commit | d8b9c190ed5476473dc4d9a3f71cd08dace2f59b (patch) | |
| tree | 3e1118f6ace92130959842b5947599c33702bd43 /FS | |
| parent | 0363eb9628449eaf4edb323b85c1a0c06ffee985 (diff) | |
add no_fuzzy_on_exact global, RT#24804
Diffstat (limited to 'FS')
| -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 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.', |
