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

--- Comment #23 from Alex Buckley <[email protected]> ---
I've been investigating this.

In master, the current patchset does not work. Not just because it doesn't
apply cleanly, but also because C4::Reserves->_Findgroupreserve() - called when
returning an item - checks if there is a holds-queue title-level match.
Returning the first match found.

But the problem is when the holds queue sets items for title-level reserves the
C4::HoldsQueue->MapItemsToHoldRequests() only checks hold policies regardless
of patron category.

So I could define that students should not be able to reserve book item types,
and yet the holds queue would set a book item for a student's title-levle
reserve. 

I think the holds queue should check the hold policies for a given patron
category.

I will work on adding that.

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
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