https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17884
Chris Slone <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |cslone@camdencountylibrary. | |org --- Comment #5 from Chris Slone <[email protected]> --- 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. _______________________________________________ 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/
