summaryrefslogtreecommitdiff
path: root/httemplate/graph/elements
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2012-12-31 14:11:34 -0800
committerMark Wells <mark@freeside.biz>2012-12-31 14:11:34 -0800
commit64b4f3b1b0c76ab96b39a936068f6652ba5666b9 (patch)
treebb193f4edc16dc33ce06b4cad5cba952e5345ad5 /httemplate/graph/elements
parent82b8dfd99fc64460a6bc17a97d7aba9adf3a1286 (diff)
filter by customer class on all financial reports, #20573
Diffstat (limited to 'httemplate/graph/elements')
-rw-r--r--httemplate/graph/elements/monthly.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/httemplate/graph/elements/monthly.html b/httemplate/graph/elements/monthly.html
index 75396e3ea..e7de5480c 100644
--- a/httemplate/graph/elements/monthly.html
+++ b/httemplate/graph/elements/monthly.html
@@ -36,6 +36,7 @@ Example:
#optional
'agentnum' => $agentnum,
+ 'cust_classnum' => \@classnums,
'nototal' => 1,
'graph_type' => 'LinesPoints',
'remove_empty' => 1,
@@ -119,6 +120,7 @@ my %reportopts = (
'end_year' => $opt{'end_year'},
'projection' => $opt{'projection'},
'agentnum' => $opt{'agentnum'},
+ 'cust_classnum'=> $opt{'cust_classnum'},
'remove_empty' => $opt{'remove_empty'},
'doublemonths' => $opt{'doublemonths'},
);