From: Ivan Kohler Date: Tue, 3 Jul 2012 23:02:51 +0000 (-0700) Subject: missing bit of #18349 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=7abce2207dbee012fd442940dc42070f45ef8a16 missing bit of #18349 --- diff --git a/httemplate/graph/elements/monthly.html b/httemplate/graph/elements/monthly.html index 86530dd39..839a3873e 100644 --- a/httemplate/graph/elements/monthly.html +++ b/httemplate/graph/elements/monthly.html @@ -35,6 +35,7 @@ Example: #optional 'agentnum' => $agentnum, + 'refnum' => $refnum, 'nototal' => 1, 'graph_type' => 'LinesPoints', 'remove_empty' => 1, @@ -117,6 +118,7 @@ my %reportopts = ( 'end_year' => $opt{'end_year'}, 'projection' => $opt{'projection'}, 'agentnum' => $opt{'agentnum'}, + 'refnum' => $opt{'refnum'}, 'remove_empty' => $opt{'remove_empty'}, 'doublemonths' => $opt{'doublemonths'}, );