http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6739
--- Comment #88 from Jonathan Druart <[email protected]> --- Comment on attachment 21312 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=21312 [PASSED QA] Bug 6739 - expired patrons not blocked from opac actions Review of attachment 21312: --> (http://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=6739&attachment=21312) ----------------------------------------------------------------- ::: opac/opac-user.pl @@ +157,4 @@ > if ($issues){ > foreach my $issue ( sort { $b->{date_due}->datetime() cmp > $a->{date_due}->datetime() } @{$issues} ) { > # check for reserves > + my ( $restype, $res, undef ) = CheckReserves( $issue->{'itemnumber'} > ); This is a regression of bug 9367. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
