[Koha-bugs] [Bug 24359] Remove items from Holds Queue when checked in

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Oct 28 15:05:12 CET 2020


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24359

--- Comment #4 from Agustín Moyano <agustinmoyano at 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.


More information about the Koha-bugs mailing list