From 180dce3fb97569331accc27fb6061392e11b3efe Mon Sep 17 00:00:00 2001 From: levinse Date: Thu, 30 Dec 2010 23:03:52 +0000 Subject: add customer accounting summary report, RT10911 --- httemplate/graph/elements/monthly.html | 1 + 1 file changed, 1 insertion(+) (limited to 'httemplate/graph/elements/monthly.html') 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; -- cgit v1.2.1