https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37774
--- Comment #2 from Nick Clemens (kidclamp) <[email protected]> --- Created attachment 170907 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=170907&action=edit Bug 37774: Make MoveReserve check for patron holds even if none found by CheckReserve This patch moves the check for a patron's holds so that even if CheckReserve does not find the hold due to hold policies it can still be filled. The check will respect 'ConfirmFutureHolds' as per existing tests 1 - Set a "Default holds policy by item type" rule on "Mixed materials" to "No holds allowed" 2 - Add a Mixed Materials item on a record with items of 'Book' item types that are holdable 3 - Place a hold for a patron 4 - Check out the 'Mixed material' book to the patron (they are allowed to borrow these materials) 5 - The hold is not marked filled! Boo 6 - Check in the item and check out again 7 - The hold is filled! Yay 8 - Place another hold for the patron, with a future date set 9 - Checkout the item 10 - The hold is not filled! Yay 11 - Set 'ConfirmFutureHolds' to include the future hold placed above 12 - Checkin and checkout the item 13 - The hold is filled! Yay -- You are receiving this mail because: You are the assignee for the bug. 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/
