[Koha-bugs] [Bug 17884] troubles with syspref AllowHoldPolicyOverride on return

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon May 22 21:49:26 CEST 2017


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17884

Chris Slone <cslone at camdencountylibrary.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |cslone at camdencountylibrary.
                   |                            |org

--- Comment #5 from Chris Slone <cslone at camdencountylibrary.org> ---
I applied this patch and tested it as follows:

1 syspref: AllowHoldPolicyOverride - Allow.
2 created an item type with No holds Allowed defined in its Hold Policy
3 created a hold on an item with the above item type
4 checked in the item
5 the hold was found and was able to be confirmed

The problem was that it if you have holdable and non-holdable item types on the
same record (say a library use only copy of a book that is defined by its own
item type), the item with the non-holdable item type will fulfill any
biblio-level hold, which essentially negates the no-holds allowed property
entirely. 
So it works, but nor quite as I expected it. Is it possible to specify that the
hold should only be fulfilled if it is an item level request (perhaps this
would best be split to a different bug...)?

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list