[freeside-commits] branch FREESIDE_4_BRANCH updated. 4fc6e2ac0f14cd9fc62cce24fbbc215cf814320b

Ivan Kohler ivan at freeside.biz
Wed Aug 1 14:29:32 PDT 2018


The branch, FREESIDE_4_BRANCH has been updated
       via  4fc6e2ac0f14cd9fc62cce24fbbc215cf814320b (commit)
      from  abb2234d109622e9f9b6fae0806fc1ba737a5c2c (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 4fc6e2ac0f14cd9fc62cce24fbbc215cf814320b
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Wed Aug 1 14:29:31 2018 -0700

    cust_main fields only

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'   => {},

-----------------------------------------------------------------------

Summary of changes:
 FS/FS/cust_main/Search.pm | 1 +
 1 file changed, 1 insertion(+)




More information about the freeside-commits mailing list