[Koha-bugs] [Bug 23172] Holds queue should check patron category hold policies when mapping items to pending reserves

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Dec 22 14:35:24 CET 2021


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

Nick Clemens <nick at bywatersolutions.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Needs Signoff               |In Discussion
             Blocks|                            |29750

--- Comment #28 from Nick Clemens <nick at bywatersolutions.com> ---
I have some concerns with the changes in this patchset, and its dependent bug
29750.

While I agree that the current behavior does not match expectations, I think we
are conflating two circ rules when we make this change.

 - reservesallowed defines how many holds a patron cna place on an item.
 - hold_allowed defines whether the patron is eligible to have a hold on an
item.

When libraries have AllowHoldPolicyOverride enabled, they will setup policies
such that patrons cannot place holds, but staff can place these holds and they
will be filled.

After these patches, there will be new holds that can be placed by override but
will not fill.

I think the two questions:
 - Can a patron place a hold?
 - Can this item fill a hold for this patron?
Are different.

I think the real solution here would be to make 'hold_allowed' part of the circ
rules matrix in a way that allows it to be set at a more granular level.


Referenced Bugs:

https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29750
[Bug 29750] Reserves.pm should check patron category hold policies when finding
a reserve for an item
-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list