https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30274 --- Comment #2 from Julian Maurice <julian.maurice@biblibre.com> --- Created attachment 168588 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=168588&action=edit Bug 30274: Prevent non-reservable item to be set as waiting at checkin Test plan: 1. Create a biblio with 2 items: * 1st item: * Barcode: ITEM1 * Item type: TYPE1 * Homebranch and holdingbranch: LIBRARY * 2nd item: * Barcode: ITEM2 * Item type: TYPE2 * Homebranch and holdingbranch: LIBRARY 2. Create a circulation rule for LIBRARY, TYPE1 with "Holds allowed (total)" = 1 3. Create a circulation rule for LIBRARY, TYPE2 with "Holds allowed (total)" = 0 4. Place a biblio-level hold on that biblio with a patron from library LIBRARY. 5. Check in: ITEM2 Without the patch, the "Hold found" popup appears, allowing you to confirm hold for a non-reservable item With the patch, no popup appears. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.