[Bug 4319] waiting items cannot be reserved
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4319 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED AssignedTo|kyle.m.hall@gmail.com |fridolyn.somers@gmail.com --- Comment #11 from Owen Leonard <oleonard@myacpl.org> 2011-05-31 19:50:38 UTC --- I think this signoff needs to be reconsidered. The patch adds these lines: + # only withdrawn, lost and damaged avoid placing hold on item + $can_place_holds = 1 unless ($item->{withdrawn} || $item->{itemlost} || $item->{damaged}); A damaged status does not always block a hold. It depends on the AllowHoldsOnDamagedItems preference. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org