X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fgraph%2Felements%2Fmonthly.html;h=839a3873e20be17c178f2f05fde3263ac053ef96;hb=7abce2207dbee012fd442940dc42070f45ef8a16;hp=86530dd39c2ce8e576408f8460711109f8f4d136;hpb=e40855c4e89df6571d0bcc3caf671765d0153c6e;p=freeside.git 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'}, );