[freeside-commits] branch master updated. b10deb15ae594cc85eef8db967784fed1fa8ec8f

Ivan ivan at 420.am
Thu Sep 5 21:05:26 PDT 2013


The branch, master has been updated
       via  b10deb15ae594cc85eef8db967784fed1fa8ec8f (commit)
      from  9e0abf502762db98b6aab1aaec0508d339bddb92 (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 b10deb15ae594cc85eef8db967784fed1fa8ec8f
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 476d490..d8c2317 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.',

-----------------------------------------------------------------------

Summary of changes:
 FS/FS/Conf.pm |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)




More information about the freeside-commits mailing list