From 1b50564b270e8986078f1851c1a85ca31609af06 Mon Sep 17 00:00:00 2001 From: "gerv%gerv.net" <> Date: Mon, 8 Dec 2003 06:44:24 +0000 Subject: Bug 227122 - pie chart link missing from certain tabular reports. Patch by gerv; r=jouni, a=justdave. --- template/en/default/reports/report.html.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'template/en/default') diff --git a/template/en/default/reports/report.html.tmpl b/template/en/default/reports/report.html.tmpl index 535a8c503..3d3114d20 100644 --- a/template/en/default/reports/report.html.tmpl +++ b/template/en/default/reports/report.html.tmpl @@ -128,7 +128,7 @@ [% formaturl = "report.cgi?$switchbase&width=$width&height=$height" _ "&action=wrap" %] [% FOREACH other_format = formats %] - [% NEXT IF other_format.name == "pie" AND row_field %] + [% NEXT IF other_format.name == "pie" AND row_field AND col_field %] [% UNLESS other_format.name == format %] [% END %] -- cgit v1.2.3-24-g4f1b