[Koha-bugs] [Bug 4319] waiting items cannot be reserved

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue May 31 21:50:38 CEST 2011


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

Owen Leonard <oleonard at myacpl.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
         AssignedTo|kyle.m.hall at gmail.com       |fridolyn.somers at gmail.com

--- Comment #11 from Owen Leonard <oleonard at 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.


More information about the Koha-bugs mailing list