[freeside-commits] branch FREESIDE_4_BRANCH updated. c28e2962451d5e2327705b934d92dbba7f93cc58
Ivan Kohler
ivan at freeside.biz
Wed Aug 1 14:06:38 PDT 2018
The branch, FREESIDE_4_BRANCH has been updated
via c28e2962451d5e2327705b934d92dbba7f93cc58 (commit)
from 9a8a8d18b03c5e3ef60ed9d46d1d6c8f3c7e1ba7 (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 c28e2962451d5e2327705b934d92dbba7f93cc58
Author: Ivan Kohler <ivan at freeside.biz>
Date: Wed Aug 1 14:06:37 2018 -0700
cust_main fields only
diff --git a/FS/FS/cust_main/Search.pm b/FS/FS/cust_main/Search.pm
index 3c2440ec3..def180de1 100644
--- a/FS/FS/cust_main/Search.pm
+++ b/FS/FS/cust_main/Search.pm
@@ -210,6 +210,7 @@ sub smart_search {
# probably the Right Thing: return customers that have any associated
# locations matching the string, not just bill/ship location
push @cust_main, qsearch( {
+ 'select' => 'cust_main.*',
'table' => 'cust_main',
'addl_from' => ' JOIN cust_location USING (custnum) ',
'hashref' => { %options, },
-----------------------------------------------------------------------
Summary of changes:
FS/FS/cust_main/Search.pm | 1 +
1 file changed, 1 insertion(+)
More information about the freeside-commits
mailing list