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

Nick Clemens <n...@bywatersolutions.com> changed:

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

--- Comment #28 from Nick Clemens <n...@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.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to