https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32702
Bug ID: 32702
Summary: Item statuses that block holds should be checked in
CanItemBeReserved
Change sponsored?: ---
Product: Koha
Version: master
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P5 - low
Component: Hold requests
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
CC: [email protected]
Currently true holdability is a combination of
CanItemBeReserved/CanBookBeReserved and IsAvailableForItemLevelRequest
We should either combine these two routines, or ensure they are both called
whenever needed. That is a long term goal, and this bug aims to simply move the
item status checks to 'CanItemBeReserved' as they should reduce processing for
any unavailable statuses to boost performance, and ultimately improve current
functionality.
--
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
_______________________________________________
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/