[Koha-patches] [PATCH 9/9] Bug 6258 Followup - Removing the bad code that I accidentally left in.

Liz Rea lrea at nekls.org
Fri May 20 21:50:31 CEST 2011


To test:
More -> Reports, you should be able to see the guided reports and build one from scratch.

(though nothing has functionally changed)
---
 reports/guided_reports.pl |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/reports/guided_reports.pl b/reports/guided_reports.pl
index a341241..40983fd 100755
--- a/reports/guided_reports.pl
+++ b/reports/guided_reports.pl
@@ -621,7 +621,6 @@ sub header_cell_loop {
 }
 
 foreach (1..6) {
-#    $template->param('build' . $_) and $template->param(buildx => $_) and last;
      $template->{VARS}->{'build' . $_} and $template->{VARS}->{'buildx' . $_} and last;
 }
 $template->param(   'referer' => $input->referer(),
-- 
1.7.2.5



More information about the Koha-patches mailing list