[freeside-commits] branch master updated. bb43c7254ddd543d50c230a36a86dd20771decaf
Ivan Kohler
ivan at freeside.biz
Wed Aug 1 14:06:35 PDT 2018
The branch, master has been updated
via bb43c7254ddd543d50c230a36a86dd20771decaf (commit)
from 37056f018393b75600a9e330d9f06c882ff8e19a (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 bb43c7254ddd543d50c230a36a86dd20771decaf
Author: Ivan Kohler <ivan at freeside.biz>
Date: Wed Aug 1 14:06:34 2018 -0700
cust_main fields only
diff --git a/FS/FS/cust_main/Search.pm b/FS/FS/cust_main/Search.pm
index 0c33bd694..a0cf86f36 100644
--- a/FS/FS/cust_main/Search.pm
+++ b/FS/FS/cust_main/Search.pm
@@ -211,6 +211,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