diff options
| author | Mark Wells <mark@freeside.biz> | 2012-12-31 14:11:34 -0800 |
|---|---|---|
| committer | Mark Wells <mark@freeside.biz> | 2012-12-31 14:11:34 -0800 |
| commit | 64b4f3b1b0c76ab96b39a936068f6652ba5666b9 (patch) | |
| tree | bb193f4edc16dc33ce06b4cad5cba952e5345ad5 /httemplate/graph/elements | |
| parent | 82b8dfd99fc64460a6bc17a97d7aba9adf3a1286 (diff) | |
filter by customer class on all financial reports, #20573
Diffstat (limited to 'httemplate/graph/elements')
| -rw-r--r-- | httemplate/graph/elements/monthly.html | 2 |
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'}, ); |
