From ff406324ffafd4a19063119b6cff1aecf0579c0a Mon Sep 17 00:00:00 2001 From: Chris Cormack Date: Mon, 29 Oct 2007 13:21:45 -0500 Subject: [PATCH] Fix to match the changed templates For Reports Signed-off-by: Chris Cormack Signed-off-by: Joshua Ferraro --- reports/guided_reports.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reports/guided_reports.pl b/reports/guided_reports.pl index 5eac92cd23..4881212074 100755 --- a/reports/guided_reports.pl +++ b/reports/guided_reports.pl @@ -186,7 +186,7 @@ elsif ( $phase eq 'Choose these criteria' ) { $template->param( 'total_by' => \@total_by ); } -elsif ( $phase eq 'Choose Totals' ) { +elsif ( $phase eq 'Choose These Operations' ) { my $area = $input->param('area'); my $type = $input->param('type'); my $column = $input->param('column'); -- 2.39.2