[freeside-commits] branch master updated. 7abce2207dbee012fd442940dc42070f45ef8a16

Ivan ivan at 420.am
Tue Jul 3 16:02:54 PDT 2012


The branch, master has been updated
       via  7abce2207dbee012fd442940dc42070f45ef8a16 (commit)
      from  e40855c4e89df6571d0bcc3caf671765d0153c6e (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 7abce2207dbee012fd442940dc42070f45ef8a16
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Tue Jul 3 16:02:51 2012 -0700

    missing bit of #18349

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'},
 );

-----------------------------------------------------------------------

Summary of changes:
 httemplate/graph/elements/monthly.html |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)




More information about the freeside-commits mailing list