[freeside-commits] branch FREESIDE_3_BRANCH updated. c33b1d6f242cd1e9f104ba21645eea388fb82794
Ivan Kohler
ivan at freeside.biz
Wed Aug 1 14:06:42 PDT 2018
The branch, FREESIDE_3_BRANCH has been updated
via c33b1d6f242cd1e9f104ba21645eea388fb82794 (commit)
from c7760bcc3de3e7eda2783e2927164410ac979858 (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 c33b1d6f242cd1e9f104ba21645eea388fb82794
Author: Ivan Kohler <ivan at freeside.biz>
Date: Wed Aug 1 14:06:41 2018 -0700
cust_main fields only
diff --git a/FS/FS/cust_main/Search.pm b/FS/FS/cust_main/Search.pm
index 147a73ab3..356a56a0b 100644
--- a/FS/FS/cust_main/Search.pm
+++ b/FS/FS/cust_main/Search.pm
@@ -221,6 +221,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