https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24359 --- Comment #4 from Agustín Moyano <agustinmoyano@theke.io> --- Created attachment 112642 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=112642&action=edit Bug 24359: Remove hold from holds queue when captured This patch removes a hold from holds queue when captured by check in. To test: 1. check out an item from a book with multiple items for patron_1 2. place a biblio level hold for patron_2 3. perl misc/cronjobs/holds/build_holds_queue.pl CHECK => holds queue shows the placed hold 4. check in the item from step 1 and confirm hold for patron_2 SUCCESS => hold for patron_2 is no longer in holds queue 5. prove t/db_dependent/HoldsQueue.t -- You are receiving this mail because: You are watching all bug changes.