summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2012-08-26 23:04:19 -0700
committerMark Wells <mark@freeside.biz>2012-08-28 16:55:24 -0700
commitabb5095e4f202875934937166af1efe912f77d34 (patch)
tree6bf35089b96543022b96040be745139db3a7c732 /FS
parentdfa1e92c5af9bd54186cd46f47ea528622f60894 (diff)
make address fields work in customer search results, #940
Diffstat (limited to 'FS')
-rw-r--r--FS/FS/cust_main/Search.pm3
1 files changed, 3 insertions, 0 deletions
diff --git a/FS/FS/cust_main/Search.pm b/FS/FS/cust_main/Search.pm
index 7b2f30dc4..b07223ec5 100644
--- a/FS/FS/cust_main/Search.pm
+++ b/FS/FS/cust_main/Search.pm
@@ -798,6 +798,9 @@ sub search {
my @select = (
'cust_main.custnum',
+ # there's a good chance that we'll need these
+ 'cust_main.bill_locationnum',
+ 'cust_main.ship_locationnum',
FS::UI::Web::cust_sql_fields($params->{'cust_fields'}),
);