[freeside-commits] branch FREESIDE_3_BRANCH updated. 47e0575759844079506f0823d02cc96c0e89a88a
Mark Wells
mark at 420.am
Thu Jan 28 23:06:49 PST 2016
The branch, FREESIDE_3_BRANCH has been updated
via 47e0575759844079506f0823d02cc96c0e89a88a (commit)
from c21a62102dc7ad064331872637e046c342d50c2e (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 47e0575759844079506f0823d02cc96c0e89a88a
Author: Mark Wells <mark at freeside.biz>
Date: Thu Jan 28 22:49:20 2016 -0800
location fields on package churn report, #39988
diff --git a/httemplate/search/cust_pkg_churn.html b/httemplate/search/cust_pkg_churn.html
index 0ab99aa..30962c9 100644
--- a/httemplate/search/cust_pkg_churn.html
+++ b/httemplate/search/cust_pkg_churn.html
@@ -146,6 +146,7 @@ if ($pkg_query->{extra_sql}) {
$extra_sql .= join(' AND ', @where);
my $sql_query = {
+ 'select' => $pkg_query->{select},
'table' => $table,
'addl_from' => $from,
'extra_sql' => $extra_sql,
-----------------------------------------------------------------------
Summary of changes:
httemplate/search/cust_pkg_churn.html | 1 +
1 file changed, 1 insertion(+)
More information about the freeside-commits
mailing list