From: Mark Wells Date: Fri, 29 Jan 2016 06:49:20 +0000 (-0800) Subject: location fields on package churn report, #39988 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=9ca11aae9a6aa90c75b703f40038b7fe443847db;p=freeside.git location fields on package churn report, #39988 --- diff --git a/httemplate/search/cust_pkg_churn.html b/httemplate/search/cust_pkg_churn.html index 0ab99aa97..30962c996 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,