diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2018-08-01 14:29:31 -0700 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2018-08-01 14:29:31 -0700 |
| commit | 4fc6e2ac0f14cd9fc62cce24fbbc215cf814320b (patch) | |
| tree | d65347e6674e5a1b484386e3087eadf2183f3268 | |
| parent | abb2234d109622e9f9b6fae0806fc1ba737a5c2c (diff) | |
cust_main fields only
| -rw-r--r-- | FS/FS/cust_main/Search.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/FS/FS/cust_main/Search.pm b/FS/FS/cust_main/Search.pm index ba1df8ce3..269fe3250 100644 --- a/FS/FS/cust_main/Search.pm +++ b/FS/FS/cust_main/Search.pm @@ -464,6 +464,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' => {}, |
