From f654e068b6e7be55bdbd749293c1bda7737cf870 Mon Sep 17 00:00:00 2001 From: Christopher Burger Date: Tue, 17 Oct 2017 09:41:12 -0400 Subject: RT# 78019 - Added total revenue line to Package churn report --- httemplate/graph/elements/monthly.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'httemplate/graph/elements/monthly.html') diff --git a/httemplate/graph/elements/monthly.html b/httemplate/graph/elements/monthly.html index 1a9428115..cfe5a3c6d 100644 --- a/httemplate/graph/elements/monthly.html +++ b/httemplate/graph/elements/monthly.html @@ -59,6 +59,7 @@ Example: 'no_graph' => \@no_graph, 'bottom_link' => \@bottom_link, 'transpose' => $opt{'daily'}, + 'sprintf_fields' => $sprintf_fields, map { $_, $opt{$_} } (qw(title nototal graph_type @@ -79,6 +80,7 @@ my $fromparam = $opt{'link_fromparam'} || 'begin'; my $toparam = $opt{'link_toparam'} || 'end'; my @items = @{ $opt{'items'} }; +my $sprintf_fields = $opt{'sprintf_fields'}; foreach my $other (qw( labels graph_labels colors links )) { if ( ref($opt{$other}) eq 'HASH' ) { -- cgit v1.2.1