missing bit of #18349
authorIvan Kohler <ivan@freeside.biz>
Tue, 3 Jul 2012 23:02:51 +0000 (16:02 -0700)
committerIvan Kohler <ivan@freeside.biz>
Tue, 3 Jul 2012 23:02:51 +0000 (16:02 -0700)
httemplate/graph/elements/monthly.html

index 86530dd..839a387 100644 (file)
@@ -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'},
 );