projects
/
freeside.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
642a10f
)
cust_main fields only
author
Ivan Kohler
<ivan@freeside.biz>
Wed, 1 Aug 2018 21:29:27 +0000
(14:29 -0700)
committer
Ivan Kohler
<ivan@freeside.biz>
Wed, 1 Aug 2018 21:29:27 +0000
(14:29 -0700)
FS/FS/cust_main/Search.pm
patch
|
blob
|
history
diff --git
a/FS/FS/cust_main/Search.pm
b/FS/FS/cust_main/Search.pm
index
b899c71
..
bfaf621
100644
(file)
--- 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' => {},