diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2012-08-21 13:51:16 -0700 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2012-08-21 13:51:16 -0700 |
| commit | f834e93e48f53d31291b512c4546d4b768f8b21d (patch) | |
| tree | ad2ba88c1ae99bfb7cf2dd2e0eeb224b21cf6b07 /FS | |
| parent | 142f1bbb329d6cbeae428b736363301f9026bed9 (diff) | |
mobile numbers searchable, RT#18840
Diffstat (limited to 'FS')
| -rw-r--r-- | FS/FS/cust_main/Search.pm | 4 |
1 files 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 |
