From f834e93e48f53d31291b512c4546d4b768f8b21d Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Tue, 21 Aug 2012 13:51:16 -0700 Subject: [PATCH] mobile numbers searchable, RT#18840 --- FS/FS/cust_main/Search.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/FS/FS/cust_main/Search.pm b/FS/FS/cust_main/Search.pm index a55b573fa..a6eb0a54d 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 -- 2.20.1