From: Ivan Kohler Date: Tue, 6 May 2014 03:18:10 +0000 (-0700) Subject: add state and salesperson to customer accounting summary, RT#24112 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=c66b0e5ab92b16ca50bad5f8388a4e428be89f68;p=freeside.git add state and salesperson to customer accounting summary, RT#24112 --- 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', diff --git a/httemplate/search/customer_accounting_summary.html b/httemplate/search/customer_accounting_summary.html index c9cfa4088..0dab7cecf 100644 --- a/httemplate/search/customer_accounting_summary.html +++ b/httemplate/search/customer_accounting_summary.html @@ -87,7 +87,7 @@ as ">Excel spreadsheet