[freeside-commits] branch FREESIDE_2_3_BRANCH updated. f834e93e48f53d31291b512c4546d4b768f8b21d
Ivan
ivan at 420.am
Tue Aug 21 13:51:20 PDT 2012
The branch, FREESIDE_2_3_BRANCH has been updated
via f834e93e48f53d31291b512c4546d4b768f8b21d (commit)
from 142f1bbb329d6cbeae428b736363301f9026bed9 (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 f834e93e48f53d31291b512c4546d4b768f8b21d
Author: Ivan Kohler <ivan at freeside.biz>
Date: Tue Aug 21 13:51:16 2012 -0700
mobile numbers searchable, RT#18840
diff --git a/FS/FS/cust_main/Search.pm b/FS/FS/cust_main/Search.pm
index a55b573..a6eb0a5 100644
--- a/FS/FS/cust_main/Search.pm
+++ b/FS/FS/cust_main/Search.pm
@@ -85,8 +85,8 @@ sub smart_search {
'extra_sql' => ( scalar(keys %options) ? ' AND ' : ' WHERE ' ).
' ( '.
join(' OR ', map "$_ = '$phonen'",
- qw( daytime night fax
- ship_daytime ship_night ship_fax )
+ qw( daytime night mobile fax
+ ship_daytime ship_night ship_mobile ship_fax )
).
' ) '.
" AND $agentnums_sql", #agent virtualization
-----------------------------------------------------------------------
Summary of changes:
FS/FS/cust_main/Search.pm | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
More information about the freeside-commits
mailing list