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/report.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'httemplate/graph/elements/report.html') diff --git a/httemplate/graph/elements/report.html b/httemplate/graph/elements/report.html index b831f3a4f..2a5a1420f 100644 --- a/httemplate/graph/elements/report.html +++ b/httemplate/graph/elements/report.html @@ -163,9 +163,11 @@ any delimiter and linked from the elements in @data. % } else { % <% include('/elements/header.html', $opt{'title'} ) %> +% unless ( $opt{'graph_type'} eq 'none' ) { % $cgi->param('_type', 'png'); +% }

% unless ( $opt{'disable_download'} ) { -- cgit v1.2.1