[freeside-commits] branch master updated. f8c83f3becbd2792eba93c9f87d6c1e4f03414cf
Christopher Burger
burgerc at freeside.biz
Mon Aug 6 13:22:44 PDT 2018
The branch, master has been updated
via f8c83f3becbd2792eba93c9f87d6c1e4f03414cf (commit)
from 7f708b4460270a0651b4bab1e7f598728b04690d (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 f8c83f3becbd2792eba93c9f87d6c1e4f03414cf
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 f95250a44..a511a30a5 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