summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2014-05-05 20:18:10 -0700
committerIvan Kohler <ivan@freeside.biz>2014-05-05 20:18:10 -0700
commitc66b0e5ab92b16ca50bad5f8388a4e428be89f68 (patch)
treee7d3d6eee30b7ff30f0524c8a14ea9bb9450e3cb /FS
parentf7c791eed080d1533aab05c475e1fe23997d98b4 (diff)
add state and salesperson to customer accounting summary, RT#24112
Diffstat (limited to 'FS')
-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 140e63f87..21f000bca 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',