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

Owen Leonard <oleon...@myacpl.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
         AssignedTo|kyle.m.h...@gmail.com       |fridolyn.som...@gmail.com

--- Comment #11 from Owen Leonard <oleon...@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.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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