[freeside-commits] branch master updated. 642a10f62a0c0ac6c4150ef11076666d88fe8a90
Ivan Kohler
ivan at freeside.biz
Wed Aug 1 14:08:34 PDT 2018
The branch, master has been updated
via 642a10f62a0c0ac6c4150ef11076666d88fe8a90 (commit)
from 922f9f7ee1ff081a4098d49449c63043d551897f (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 642a10f62a0c0ac6c4150ef11076666d88fe8a90
Author: Ivan Kohler <ivan at freeside.biz>
Date: Wed Aug 1 14:08:33 2018 -0700
cust_main fields only
diff --git a/FS/FS/cust_main/Search.pm b/FS/FS/cust_main/Search.pm
index 2460250a6..b899c713c 100644
--- a/FS/FS/cust_main/Search.pm
+++ b/FS/FS/cust_main/Search.pm
@@ -383,6 +383,7 @@ sub smart_search {
if ( $conf->exists('address1-search') && length($value) >= $min_len ) {
push @cust_main, qsearch( {
+ select => 'cust_main.*',
table => 'cust_main',
addl_from => 'JOIN cust_location USING (custnum)',
extra_sql => 'WHERE '.
-----------------------------------------------------------------------
Summary of changes:
FS/FS/cust_main/Search.pm | 1 +
1 file changed, 1 insertion(+)
More information about the freeside-commits
mailing list