Bug 31280

Summary: Allow OPACHoldsIfAvailableAtPickup to be set on library level
Product: Koha Reporter: Katrin Fischer <katrin.fischer>
Component: CirculationAssignee: Bugs List <koha-bugs>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: gmcharlt, kyle.m.hall
Version: Main   
Hardware: All   
OS: All   
GIT URL: Change sponsored?: ---
Patch complexity: --- Documentation contact:
Documentation submission: Text to go in the release notes:
Version(s) released in:
Circulation function:

Description Katrin Fischer 2022-08-02 07:28:21 UTC
In a multi-branch installation, sometimes some libraries will fetch items from the shelf for their users, while others might not.

We do have the on-shelf setting in circulation rules, but if you set this to "only when all items are checked out" (no), you will no longer be able to request a delivery to another branch. - So in order to keep that working, we need to allow on-shelf holds.

It would be nice to have OPACHoldsIfAvailableAtPickup not only on global level, but also as a per library setting. Possibly with OPACHoldsIfAvailableAtPickupExceptions moved as well.