[Koha-bugs] [Bug 17798] Checking out an item on hold for another patron prints a slip but does not update hold

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Nov 2 20:17:47 CET 2023


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

--- Comment #8 from Nick Clemens <nick at bywatersolutions.com> ---
Created attachment 158281
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=158281&action=edit
Bug 17798: Confirm hold when printing slip from another patron's account

This patch adds a few pieces of information to the print slip button and makes
the code confirm the hold

As we are printing before the confirm, we also add the ability to pass in the
itemnumber to 'ReserveSlip'

This is slightly hacky, however, I don't see another way to allow printing
without an additional page reload.

To test:
 1 - Place a title level hold for patron A, for delivery to library B
 2 - Attempt to checkout an item from the record above to Patron B from library
A
 3 - You receive an alert about the hold
 4 - Click "Don't check out, confirm hold, and print slip"
 5 - Confirm the slip looks correct and has item info
 6 - Confirm that item is in transit to fill hold
 7 - Revert transit status
 8 - Attempt to checkout the item to Patron B from Library B
 9 - Click "Don't check out, confirm hold, and print slip"
10 - Confirm slip is correct
11 - Confirm item is marked waiting

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list