https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30274
Roman Dolny <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #169874|0 |1 is obsolete| | --- Comment #4 from Roman Dolny <[email protected]> --- Created attachment 169875 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=169875&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. Signed-off-by: Roman Dolny <[email protected]> -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
