---
tags/review.pl | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/tags/review.pl b/tags/review.pl
index 7b846b0..8ea282d 100755
--- a/tags/review.pl
+++ b/tags/review.pl
@@ -197,6 +197,9 @@ if ($filter = $input->param('approved_by')) { #
borrowernumber from link
}
$debug and print STDERR "filters: " . Dumper(\%filters);
my $tagloop = get_approval_rows(\%filters);
+for ( @{$tagloop} ) {
+ $_->{date_approved} = format_date( $_->{date_approved} );
+}
my $qstring = $input->query_string;
$qstring =~ s/([&;])*\blimit=\d+//; # remove pagination var
$qstring =~ s/^;+//; # remove leading delims
--
1.7.0.4
_______________________________________________
Koha-patches mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-patches