From b9a0c1644f4479810705d398af5a50d115a94ed0 Mon Sep 17 00:00:00 2001 From: Garry Collum Date: Sat, 4 Jul 2009 20:18:15 -0400 Subject: [PATCH] Bug 3392: Fixes highlighting in Patrons with no Checkouts report. Fixed class definition and moved the definition from the tags to the tags. Signed-off-by: Galen Charlton --- .../prog/en/modules/reports/borrowers_out.tmpl | 12 +++++++----- reports/borrowers_out.pl | 3 --- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/borrowers_out.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/borrowers_out.tmpl index 5528b31cbd..ce7c4a978e 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/borrowers_out.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/borrowers_out.tmpl @@ -33,12 +33,14 @@ - - - + + + + + + - - + diff --git a/reports/borrowers_out.pl b/reports/borrowers_out.pl index 939e673298..361102169b 100755 --- a/reports/borrowers_out.pl +++ b/reports/borrowers_out.pl @@ -208,7 +208,6 @@ sub calculate { my $i=0; # my @totalcol; - my $hilighted=-1; #Initialization of cell values..... my @table; @@ -294,9 +293,7 @@ sub calculate { } push @looprow,{ 'rowtitle' => $i , 'loopcell' => \@loopcell, - 'hilighted' => ($hilighted >0), }; - $hilighted = -$hilighted; } -- 2.20.1