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

Owen Leonard <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
         AssignedTo|[email protected]       |[email protected]

--- Comment #11 from Owen Leonard <[email protected]> 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.
_______________________________________________
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/

Reply via email to