https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15565
--- Comment #166 from Alex Buckley <[email protected]> --- Created attachment 82215 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=82215&action=edit Bug 15565: (follow-up) Added handling for holds_per_day and respecting AllowHoldPolicyOverride On OPAC and staff side this commit adds handling to respect the holds per day circ rules setting. In the OPAC once either maxreserves, holds per day or holds per record (depending on which of the 3 values is lowest) is reached then remaining unchecked item checkboxes are disabled. On the staff side the same happens however if the AllowHoldPolicyOverride is enabled then the checkboxes do not disable but the staff member still sees warning modal boxes appear. Also added unit test for new function GetAllowedHoldsForPatronToday in C4::Reserves. Sponsored-By: Brimbank Library, Australia -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
