diff options
author | Mark Wells <mark@freeside.biz> | 2016-01-28 22:49:20 -0800 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2016-01-28 22:59:34 -0800 |
commit | 9ca11aae9a6aa90c75b703f40038b7fe443847db (patch) | |
tree | 81d7a57df1cb3fd1b5ab33f128f751e238ea1945 /httemplate | |
parent | bb21519b82caff2ab3752dec7cdbb6b4a7b1b644 (diff) |
location fields on package churn report, #39988
Diffstat (limited to 'httemplate')
-rw-r--r-- | httemplate/search/cust_pkg_churn.html | 1 |
1 files changed, 1 insertions, 0 deletions
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, |