From adbca1f8b7f96efe7915ecc8c101ad1cb8c5f6f2 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Wed, 1 Aug 2018 14:29:27 -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 b899c713c..bfaf6217c 100644 --- a/FS/FS/cust_main/Search.pm +++ b/FS/FS/cust_main/Search.pm @@ -465,6 +465,7 @@ sub smart_search { my $mask_search = FS::payinfo_Mixin->mask_payinfo('CARD', $card_search); push @cust_main, qsearch({ + 'select' => 'cust_main.*', 'table' => 'cust_main', 'addl_from' => ' JOIN cust_payby USING (custnum)', 'hashref' => {}, -- 2.11.0