[Koha-bugs] [Bug 15516] Allow to place a hold on first available item from a group of titles

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jun 4 06:12:08 CEST 2021


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

--- Comment #346 from Aleisha Amohia <aleisha at catalyst.net.nz> ---
I decided to amend count_grouped() to count_holds() so it sounds more like the
standard subroutine it will become. It needs to use count() which is why I
couldn't just overwrite count().

Left the OPAC count_holds() in because borrowers might get group holds placed
in the staff client then try to place holds via the OPAC so they need that
count to calculate their limit.

I imagine the most recent patch doesn't catch all of the staff interface cases
for placing a hold so feel free to tell me what I've missed.

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


More information about the Koha-bugs mailing list