https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41282
--- Comment #1 from Nick Clemens (kidclamp) <[email protected]> --- Created attachment 189870 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=189870&action=edit Bug 41282: Alert staff when patron's hold is filled at checkout When an item is checked out and the patron has a hold on the biblio we will fill thart hold with the item in hand Sometimes the hold this item fills has another copy that is already in transit or waiting on the shelf. We need to alert staff when this happens This patch adds a return of the hold from MoveReserve and adds an object message to the issue that is passed to the template If the hold was waiting or in transit we additionally pass a message in the hold that is returned To test: 1 - Place a biblio level hold for a patron 2 - Check an item from the biblio in and confirm the hold 3 - Check out a different item from the biblio to the patron 4 - Note the hold is filled, but there is no notice 5 - Apply the patch 6 - Repeat 1-3, note there is now a notice that a waiting hold was filled 7 - Place another hold for the patron for delivery at current branch 8 - Check the item in at a different branch and confirm transfer 9 - Switch back to first branch and check a different item from the biblio out to the patron 10 - Confirm the hold is filled and you are notified that a hold in transit was filled -- 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/
