Summary: | There should be a system preference to disable checking for holds when issuing an item | ||
---|---|---|---|
Product: | Koha | Reporter: | Nick Clemens (kidclamp) <nick> |
Component: | Circulation | Assignee: | Bugs List <koha-bugs> |
Status: | NEW --- | QA Contact: | Testopia <testopia> |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | gmcharlt, kyle.m.hall, mbarrette |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: |
Description
Nick Clemens (kidclamp)
2023-11-20 12:17:40 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* 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 That makes sense, thanks for the explanation. 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. |