From e9faa58901c402c7a80dbac29723bfbfed960163 Mon Sep 17 00:00:00 2001 From: Chris Cormack Date: Fri, 11 May 2012 12:03:00 +1200 Subject: [PATCH] Bug 8072: [SIGNED-OFF] Changes in capitalisation had broken guided reports signed-off-by: Jonathan Druart Signed-off-by: Paul Poulain --- reports/guided_reports.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reports/guided_reports.pl b/reports/guided_reports.pl index fa4fc94eaf..1112274a2c 100755 --- a/reports/guided_reports.pl +++ b/reports/guided_reports.pl @@ -341,7 +341,7 @@ elsif ( $phase eq 'Choose these criteria' ) { $template->param( 'total_by' => \@total_by ); } -elsif ( $phase eq 'Choose These Operations' ) { +elsif ( $phase eq 'Choose these operations' ) { my $area = $input->param('area'); my $type = $input->param('type'); my $column = $input->param('column'); @@ -382,7 +382,7 @@ elsif ( $phase eq 'Choose These Operations' ) { $template->param( 'order_by' => \@order_by ); } -elsif ( $phase eq 'Build Report' ) { +elsif ( $phase eq 'Build report' ) { # now we have all the info we need and can build the sql my $area = $input->param('area'); -- 2.20.1