https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34886 --- Comment #29 from Nick Clemens <nick@bywatersolutions.com> --- (In reply to Pedro Amorim from comment #26)
(In reply to Pedro Amorim from comment #25)
I also tested with "If all unavailable" with 4 items withdrawn and, being that all are unavailable, I would expect to be able to place holds, but the link doesn't show for detail or results, logged in or not. Unless I'm misunderstanding the intended behavior here (likely).
This is wrong, 'withdrawn' is a special case where IsAvailableForItemLevelRequest returns 0 as for other conditions (itemlost, notforloan, damaged) before onshelfholds policy is even checked.
That's why my plan fails at step 10, I missed this too - if you unmark on item as withdrawn, and then check it out then the patron can place hold This matches behavior on master, so I think the issue with withdrawn (and other statuses) not counting towards 'any unavailable' is another bug Rebased on top of 34836 -- You are receiving this mail because: You are watching all bug changes.