[freeside-commits] branch master updated. 641170eeaa9405d9b8c66f586a039a49246db92b

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


The branch, master has been updated
       via  641170eeaa9405d9b8c66f586a039a49246db92b (commit)
      from  b34b4d8161d75f769c162660f64756d67fe74909 (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 641170eeaa9405d9b8c66f586a039a49246db92b
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