summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
authorJonathan Prykop <jonathan@freeside.biz>2016-01-29 15:14:33 -0600
committerJonathan Prykop <jonathan@freeside.biz>2016-01-29 15:14:33 -0600
commite78d51a5053c8d3c0c7192c8b5cdeff5999fafd7 (patch)
treebb9269bb2664bf39959809620a6396c9ce5f285f /httemplate
parent5773eb8d8b4168213482a7e61aa37e0dd05c69da (diff)
parent47e0575759844079506f0823d02cc96c0e89a88a (diff)
Merge branch 'FREESIDE_3_BRANCH' of git.freeside.biz:/home/git/freeside into FREESIDE_3_BRANCH
Diffstat (limited to 'httemplate')
-rw-r--r--httemplate/search/cust_pkg_churn.html1
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,