[freeside-commits] branch FREESIDE_3_BRANCH updated. 3da875870fc86799f4d1c5990260840e44337590

Christopher Burger burgerc at freeside.biz
Mon Aug 6 13:38:17 PDT 2018


The branch, FREESIDE_3_BRANCH has been updated
       via  3da875870fc86799f4d1c5990260840e44337590 (commit)
      from  12ce18dfa572fabaac35e3d11a905a46095de3b4 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 3da875870fc86799f4d1c5990260840e44337590
Author: Christopher Burger <burgerc at freeside.biz>
Date:   Mon Aug 6 16:21:47 2018 -0400

    RT# 77160 - fixed sql when joing cust_location

diff --git a/httemplate/search/cust_timespan.html b/httemplate/search/cust_timespan.html
index 13fc6a1ab..53ee66d42 100644
--- a/httemplate/search/cust_timespan.html
+++ b/httemplate/search/cust_timespan.html
@@ -101,8 +101,6 @@ my @fields = ( 'custnum', 'custname', $location_sub, 'daytime', $email_sub, 'act
 my @links = ( $customer_link, $customer_link, '', '', '', '', '', '', '' );
 my @select = (
 	'cust_main.*',
-	'cust_location.*',
-	'part_pkg.*',
 	"(select to_char((select to_timestamp((".$active_date."))), 'Mon DD YYYY')) AS active_date",
 	"(select to_char((select to_timestamp((".$cancel_date."))), 'Mon DD YYYY')) AS cancel_date",
 	"($cancel_reason) AS cancel_reason",

-----------------------------------------------------------------------

Summary of changes:
 httemplate/search/cust_timespan.html | 2 --
 1 file changed, 2 deletions(-)




More information about the freeside-commits mailing list