From 92f1e80a3b7cd6685d39b6382b499ddc66fbcd70 Mon Sep 17 00:00:00 2001 From: Chris Cormack Date: Fri, 11 May 2012 12:03:00 +1200 Subject: [PATCH 1/1] Bug 8072: [SIGNED-OFF] Changes in capitalisation had broken guided reports signed-off-by: Jonathan Druart --- reports/guided_reports.pl | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/reports/guided_reports.pl b/reports/guided_reports.pl index cb85f39..394b415 100755 --- a/reports/guided_reports.pl +++ b/reports/guided_reports.pl @@ -286,7 +286,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'); @@ -325,7 +325,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'); -- 1.7.7.3