2 Jun
2020
2 Jun
'20
9:56 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25643 --- Comment #5 from Jonathan Druart <jonathan.druart@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.