From: Ivan Kohler Date: Tue, 6 May 2014 03:18:09 +0000 (-0700) Subject: add state and salesperson to customer accounting summary, RT#24112 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=7f9a709406959210d4177c6e76a5e074319abf18 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 32806401c..046e95993 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