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

--- Comment #5 from Jonathan Druart <jonathan.dru...@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.
_______________________________________________
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