From: Ivan Kohler Date: Tue, 21 Aug 2012 20:51:16 +0000 (-0700) Subject: mobile numbers searchable, RT#18840 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=f834e93e48f53d31291b512c4546d4b768f8b21d;p=freeside.git mobile numbers searchable, RT#18840 --- 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