summaryrefslogtreecommitdiff
path: root/FS/FS/cust_main/Search.pm
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2014-05-05 20:18:09 -0700
committerIvan Kohler <ivan@freeside.biz>2014-05-05 20:18:09 -0700
commit7f9a709406959210d4177c6e76a5e074319abf18 (patch)
tree4e0c3e304a25e6d3d7210c5a031520f1a3bcaa4c /FS/FS/cust_main/Search.pm
parentce2eee132df73cbc797887421a9116f37ef402f3 (diff)
add state and salesperson to customer accounting summary, RT#24112
Diffstat (limited to 'FS/FS/cust_main/Search.pm')
-rw-r--r--FS/FS/cust_main/Search.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/FS/FS/cust_main/Search.pm b/FS/FS/cust_main/Search.pm
index 3280640..046e959 100644
--- a/FS/FS/cust_main/Search.pm
+++ b/FS/FS/cust_main/Search.pm
@@ -1003,6 +1003,7 @@ sub search {
my @select = (
'cust_main.custnum',
+ 'cust_main.salesnum',
# there's a good chance that we'll need these
'cust_main.bill_locationnum',
'cust_main.ship_locationnum',