From c33b1d6f242cd1e9f104ba21645eea388fb82794 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Wed, 1 Aug 2018 14:06:41 -0700 Subject: [PATCH] cust_main fields only --- FS/FS/cust_main/Search.pm | 1 + 1 file changed, 1 insertion(+) 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, }, -- 2.11.0