diff options
author | levinse <levinse> | 2010-12-30 23:03:50 +0000 |
---|---|---|
committer | levinse <levinse> | 2010-12-30 23:03:50 +0000 |
commit | 807f0570749e9093cbc82f6b11b3fa743b86b1db (patch) | |
tree | 6250b5ecc5b13da221afb266a4d467daa6397982 /httemplate/graph/elements/monthly.html | |
parent | 062179900d1fbdfd6831d07cb5e5f290a6512f4c (diff) |
add customer accounting summary report, RT10911
Diffstat (limited to 'httemplate/graph/elements/monthly.html')
-rw-r--r-- | httemplate/graph/elements/monthly.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/httemplate/graph/elements/monthly.html b/httemplate/graph/elements/monthly.html index 7b1b98a61..de2b2e9d4 100644 --- a/httemplate/graph/elements/monthly.html +++ b/httemplate/graph/elements/monthly.html @@ -101,6 +101,7 @@ my $report = new FS::Report::Table::Monthly ( 'agentnum' => $opt{'agentnum'}, 'remove_empty' => $opt{'remove_empty'}, + 'doublemonths' => $opt{'doublemonths'}, ); my $data = $report->data; |