[Koha-bugs] [Bug 6739] expired patrons not blocked from opac actions

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jan 15 12:00:31 CET 2014


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6739

--- Comment #88 from Jonathan Druart <jonathan.druart at biblibre.com> ---
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.


More information about the Koha-bugs mailing list