[freeside-commits] branch FREESIDE_3_BRANCH updated. 154d2a6b30e1001b02232e099b0ffd4bae6f970c

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


The branch, FREESIDE_3_BRANCH has been updated
       via  154d2a6b30e1001b02232e099b0ffd4bae6f970c (commit)
      from  7ff74aec7c627cfff90e6746081fcf011e62508b (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 154d2a6b30e1001b02232e099b0ffd4bae6f970c
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Thu Sep 5 21:05:26 2013 -0700

    add no_fuzzy_on_exact global, RT#24804

diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm
index f831af8..cfbf32d 100644
--- a/FS/FS/Conf.pm
+++ b/FS/FS/Conf.pm
@@ -3861,6 +3861,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