summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2012-07-03 16:02:51 -0700
committerIvan Kohler <ivan@freeside.biz>2012-07-03 16:02:51 -0700
commit7abce2207dbee012fd442940dc42070f45ef8a16 (patch)
treeea5878550f80b7d03193506851fb070e8c6e5470 /httemplate
parente40855c4e89df6571d0bcc3caf671765d0153c6e (diff)
missing bit of #18349
Diffstat (limited to 'httemplate')
-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 86530dd..839a387 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'},
);