https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25652
Bug ID: 25652
Summary: Holds Daily is not looking at Item Type when Not
Allowing Holds
Change sponsored?: ---
Product: Koha
Version: 19.11
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P5 - low
Component: Hold requests
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
CC: [email protected]
If a library has a rule that allows 5 holds daily on DVDs and 50 holds daily on
the BOOK rule, Koha will count the first 5 holds regardless of item type and
not allow any more of that item type (DVD) for a hold, but will allow more
BOOK holds.
423 my $today_holds = Koha::Holds->search({
424 borrowernumber => $borrowernumber,
425 reservedate => dt_from_string->date
426 });
Koha should be looking at Item Type when determining whether a hold can be
placed in this today_holds search.
--
You are receiving this mail because:
You are the assignee for the bug.
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/