location fields on package churn report, #39988
authorMark Wells <mark@freeside.biz>
Fri, 29 Jan 2016 06:49:20 +0000 (22:49 -0800)
committerMark Wells <mark@freeside.biz>
Fri, 29 Jan 2016 06:49:20 +0000 (22:49 -0800)
httemplate/search/cust_pkg_churn.html

index 0ab99aa..30962c9 100644 (file)
@@ -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,