[freeside-commits] branch FREESIDE_4_BRANCH updated. abb2234d109622e9f9b6fae0806fc1ba737a5c2c
Ivan Kohler
ivan at freeside.biz
Wed Aug 1 14:08:37 PDT 2018
The branch, FREESIDE_4_BRANCH has been updated
via abb2234d109622e9f9b6fae0806fc1ba737a5c2c (commit)
from 45320da7b03e9dc899b77eadf8f7bf401522da48 (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 abb2234d109622e9f9b6fae0806fc1ba737a5c2c
Author: Ivan Kohler <ivan at freeside.biz>
Date: Wed Aug 1 14:08:36 2018 -0700
cust_main fields only
diff --git a/FS/FS/cust_main/Search.pm b/FS/FS/cust_main/Search.pm
index c27bfba54..ba1df8ce3 100644
--- a/FS/FS/cust_main/Search.pm
+++ b/FS/FS/cust_main/Search.pm
@@ -382,6 +382,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