summaryrefslogtreecommitdiff
path: root/FS/FS/cust_main
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2018-08-01 14:06:37 -0700
committerIvan Kohler <ivan@freeside.biz>2018-08-01 14:06:37 -0700
commitc28e2962451d5e2327705b934d92dbba7f93cc58 (patch)
tree298d58a1a3ead50f59d8258625b5cf0a57803365 /FS/FS/cust_main
parent9a8a8d18b03c5e3ef60ed9d46d1d6c8f3c7e1ba7 (diff)
cust_main fields only
Diffstat (limited to 'FS/FS/cust_main')
-rw-r--r--FS/FS/cust_main/Search.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/FS/FS/cust_main/Search.pm b/FS/FS/cust_main/Search.pm
index 3c2440e..def180d 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, },