[freeside-commits] branch master updated. 3c755c5662be8bfe62a646b5e5ea2e2aae3143d8

Ivan ivan at 420.am
Tue Aug 21 13:51:12 PDT 2012


The branch, master has been updated
       via  3c755c5662be8bfe62a646b5e5ea2e2aae3143d8 (commit)
      from  74264d593e365fd864769a48cf69aa46246a97c3 (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 3c755c5662be8bfe62a646b5e5ea2e2aae3143d8
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Tue Aug 21 13:51:10 2012 -0700

    mobile numbers searchable, RT#18840

diff --git a/FS/FS/cust_main/Search.pm b/FS/FS/cust_main/Search.pm
index 2d347e1..7b2f30d 100644
--- a/FS/FS/cust_main/Search.pm
+++ b/FS/FS/cust_main/Search.pm
@@ -85,7 +85,7 @@ sub smart_search {
       'extra_sql' => ( scalar(keys %options) ? ' AND ' : ' WHERE ' ).
                      ' ( '.
                          join(' OR ', map "$_ = '$phonen'",
-                                          qw( daytime night fax )
+                                          qw( daytime night mobile fax )
                              ).
                      ' ) '.
                      " AND $agentnums_sql", #agent virtualization

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

Summary of changes:
 FS/FS/cust_main/Search.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)




More information about the freeside-commits mailing list