cust_main fields only
authorIvan Kohler <ivan@freeside.biz>
Wed, 1 Aug 2018 21:08:40 +0000 (14:08 -0700)
committerIvan Kohler <ivan@freeside.biz>
Wed, 1 Aug 2018 21:08:40 +0000 (14:08 -0700)
FS/FS/cust_main/Search.pm

index 356a56a..1a19ea3 100644 (file)
@@ -407,6 +407,7 @@ sub smart_search {
       if ( $conf->exists('address1-search') && length($value) >= $min_len ) {
 
         push @cust_main, qsearch( {
+          select    => 'cust_main.*',
           table     => 'cust_main',
           addl_from => 'JOIN cust_location USING (custnum)',
           extra_sql => 'WHERE '.