Bugzilla – Attachment 9507 Details for
Bug 8072
reports wizard dies
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 8072: Changes in capitalisation had broken guided reports
0001-Bug-8072-SIGNED-OFF-Changes-in-capitalisation-had-br.patch (text/plain), 1.21 KB, created by
Jonathan Druart
on 2012-05-11 08:02:55 UTC
(
hide
)
Description:
Bug 8072: Changes in capitalisation had broken guided reports
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2012-05-11 08:02:55 UTC
Size:
1.21 KB
patch
obsolete
>From 92f1e80a3b7cd6685d39b6382b499ddc66fbcd70 Mon Sep 17 00:00:00 2001 >From: Chris Cormack <chrisc@catalyst.net.nz> >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 <jonathan.druart@biblibre.com> >--- > 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 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 8072
:
9502
| 9507