From: Ivan Kohler Date: Wed, 1 Aug 2018 21:06:37 +0000 (-0700) Subject: cust_main fields only X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=c28e2962451d5e2327705b934d92dbba7f93cc58 cust_main fields only --- diff --git a/FS/FS/cust_main/Search.pm b/FS/FS/cust_main/Search.pm index 3c2440ec3..def180de1 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, },