[freeside-commits] branch FREESIDE_4_BRANCH updated. 9ca11aae9a6aa90c75b703f40038b7fe443847db

Mark Wells mark at 420.am
Thu Jan 28 23:06:49 PST 2016


The branch, FREESIDE_4_BRANCH has been updated
       via  9ca11aae9a6aa90c75b703f40038b7fe443847db (commit)
      from  bb21519b82caff2ab3752dec7cdbb6b4a7b1b644 (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 9ca11aae9a6aa90c75b703f40038b7fe443847db
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