summaryrefslogtreecommitdiff
path: root/FS/FS/cust_main
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2018-08-01 14:06:34 -0700
committerIvan Kohler <ivan@freeside.biz>2018-08-01 14:06:34 -0700
commitbb43c7254ddd543d50c230a36a86dd20771decaf (patch)
treeb63e14120923c3989ab85a420da75fae1068fa0e /FS/FS/cust_main
parent37056f018393b75600a9e330d9f06c882ff8e19a (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 0c33bd6..a0cf86f 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, },