Bug 31280 - Allow OPACHoldsIfAvailableAtPickup to be set on library level
Summary: Allow OPACHoldsIfAvailableAtPickup to be set on library level
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: 2022-08-02 07:28 UTC by Katrin Fischer
Modified: 2022-08-02 07:28 UTC (History)
2 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 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.