Bug 35370 - There should be a system preference to disable checking for holds when issuing an item
Summary: There should be a system preference to disable checking for holds when issuin...
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Circulation (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-11-20 12:17 UTC by Nick Clemens (kidclamp)
Modified: 2024-03-13 20:51 UTC (History)
3 users (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nick Clemens (kidclamp) 2023-11-20 12:17:40 UTC
Some library systems want the patron with an item in hand to always be able to checkout the item. It should be possible to configure Koha to ignore holds when issuing items
Comment 1 Katrin Fischer 2023-11-27 18:39:37 UTC
Hm, I thought we had this behaviour already, but it might require an overwrite permission in staff? It's solved for SIP and SCO:

 AllowItemsOnHoldCheckout*
Comment 2 Nick Clemens (kidclamp) 2023-12-04 18:41:36 UTC
Currently it still notifies you of the holds, but does allow checking out anyways. To avoid mistakes or cancelling holds etc. the request was made to eliminate the confirmation box and simply always allow the patron to checkout the material with no interruption
Comment 3 Katrin Fischer 2023-12-04 18:42:47 UTC
That makes sense, thanks for the explanation.
Comment 4 Mike Barrette 2024-03-13 20:51:26 UTC
We are interested in this at OSLRI as well. As long as the hold Koha is warning about is not an already waiting hold for another patron.  We would still want the warning if a waiting hold is checked out to a different patron (family member pickup), with options to cancel or revert waiting status.