Bug 8072: [SIGNED-OFF] Changes in capitalisation had broken guided reports
authorChris Cormack <chrisc@catalyst.net.nz>
Fri, 11 May 2012 00:03:00 +0000 (12:03 +1200)
committerPaul Poulain <paul.poulain@biblibre.com>
Mon, 14 May 2012 11:56:50 +0000 (13:56 +0200)
signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
reports/guided_reports.pl

index fa4fc94..1112274 100755 (executable)
@@ -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');