[Koha-bugs] [Bug 4850] CheckReserves does not respect holds circulation policies

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Jul 9 07:31:53 CEST 2019


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

Alex Buckley <alexbuckley at catalyst.net.nz> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |alexbuckley at catalyst.net.nz

--- Comment #10 from Alex Buckley <alexbuckley at catalyst.net.nz> ---
Hi all, 

I have written a related fix to what Ian wrote on this bug report. Mine is
slightly different in that it checks the issuingrules database table to check
the reservesallowed, holds_per_record, holds_per_day for a specific patron
category/itemtype combination. 

This addresses Hugh's point as in my fix the return of an item now checks and
respects the more granular hold rule on different patron category/item type
combinations.

Ian's patch will be great for checking blanket branch/itemtype combinations as
it calls/checks C4::Circulation::GetBranchItemRule but it will not
check/respect patron category/item type combination rules defined in the
issuingrules table. 

If you could take a look at and if possible test Bug 23172 (
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23172 ) that would be
wonderful and much appreciated.

Many thanks, 
Alex

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the QA Contact for the bug.


More information about the Koha-bugs mailing list