[freeside-commits] branch master updated. adbca1f8b7f96efe7915ecc8c101ad1cb8c5f6f2
Ivan Kohler
ivan at freeside.biz
Wed Aug 1 14:29:28 PDT 2018
The branch, master has been updated
via adbca1f8b7f96efe7915ecc8c101ad1cb8c5f6f2 (commit)
from 642a10f62a0c0ac6c4150ef11076666d88fe8a90 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit adbca1f8b7f96efe7915ecc8c101ad1cb8c5f6f2
Author: Ivan Kohler <ivan at freeside.biz>
Date: Wed Aug 1 14:29:27 2018 -0700
cust_main fields only
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' => {},
-----------------------------------------------------------------------
Summary of changes:
FS/FS/cust_main/Search.pm | 1 +
1 file changed, 1 insertion(+)
More information about the freeside-commits
mailing list