[freeside-commits] branch FREESIDE_2_3_BRANCH updated. d8b9c190ed5476473dc4d9a3f71cd08dace2f59b
Ivan
ivan at 420.am
Thu Sep 5 21:05:28 PDT 2013
The branch, FREESIDE_2_3_BRANCH has been updated
via d8b9c190ed5476473dc4d9a3f71cd08dace2f59b (commit)
from 0363eb9628449eaf4edb323b85c1a0c06ffee985 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit d8b9c190ed5476473dc4d9a3f71cd08dace2f59b
Author: Ivan Kohler <ivan at freeside.biz>
Date: Thu Sep 5 21:05:25 2013 -0700
add no_fuzzy_on_exact global, RT#24804
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm
index 7534b41..b19c929 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.',
-----------------------------------------------------------------------
Summary of changes:
FS/FS/Conf.pm | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
More information about the freeside-commits
mailing list