[Koha-bugs] [Bug 25643] Remove maxreserves syspref

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Jun 2 10:56:44 CEST 2020


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

--- Comment #5 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
So far the maxreserves syspref is only used in the controllers, it is not used
in the "canbereserved*" subroutines. That means there is an obvious issue in
the code.

My proposition is to:
1. Remove maxreserves
2. And instead use:
 * max_holds from "Default checkout, hold and return policy" as maxreserves.
Either for "default" (all libraries), or per library.
 * or max_holds from "Default checkout, hold policy by patron category" if
defined (default or library specific).

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


More information about the Koha-bugs mailing list