From 47e0575759844079506f0823d02cc96c0e89a88a Mon Sep 17 00:00:00 2001 From: Mark Wells Date: Thu, 28 Jan 2016 22:49:20 -0800 Subject: [PATCH] location fields on package churn report, #39988 --- httemplate/search/cust_pkg_churn.html | 1 + 1 file changed, 1 insertion(+) 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, -- 2.11.0