summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2018-08-01 14:06:41 -0700
committerIvan Kohler <ivan@freeside.biz>2018-08-01 14:06:41 -0700
commitc33b1d6f242cd1e9f104ba21645eea388fb82794 (patch)
tree55bda0b891b2305b28587b250576c145e10e304f
parentc7760bcc3de3e7eda2783e2927164410ac979858 (diff)
cust_main fields only
-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 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, },