From 7f9a709406959210d4177c6e76a5e074319abf18 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Mon, 5 May 2014 20:18:09 -0700 Subject: [PATCH] add state and salesperson to customer accounting summary, RT#24112 --- FS/FS/cust_main/Search.pm | 1 + httemplate/search/customer_accounting_summary.html | 31 +++++++++++++--------- 2 files changed, 20 insertions(+), 12 deletions(-) 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