From c7286ce9036d71665c2bfed9de93f87309b72d35 Mon Sep 17 00:00:00 2001 From: Mark Wells Date: Mon, 31 Dec 2012 14:03:43 -0800 Subject: filter by customer class on all financial reports, #20573 --- httemplate/graph/elements/monthly.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'httemplate/graph/elements') diff --git a/httemplate/graph/elements/monthly.html b/httemplate/graph/elements/monthly.html index c736de696..939f18a35 100644 --- a/httemplate/graph/elements/monthly.html +++ b/httemplate/graph/elements/monthly.html @@ -37,6 +37,7 @@ Example: #optional 'agentnum' => $agentnum, 'refnum' => $refnum, + 'cust_classnum' => \@classnums, 'nototal' => 1, 'graph_type' => 'LinesPoints', 'remove_empty' => 1, @@ -121,6 +122,7 @@ my %reportopts = ( 'projection' => $opt{'projection'}, 'agentnum' => $opt{'agentnum'}, 'refnum' => $opt{'refnum'}, + 'cust_classnum'=> $opt{'cust_classnum'}, 'remove_empty' => $opt{'remove_empty'}, 'doublemonths' => $opt{'doublemonths'}, ); -- cgit v1.2.1