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

--- Comment #11 from Nick Clemens (kidclamp) <[email protected]> ---
(In reply to David Cook from comment #10)
> This sounds interesting. And the place to check isn't CheckReserves?

CheckReserves finds the holds that can be filled for a particular item, in the
cases we are really interested in here Koha wouldn't trap the item we are
checking out to fill the hold, but it currently fills the hold when the item is
checked out, but we don't want to prevent other items from trapping.

What we want to do is generally fill holds when the patron gets any item on a
record, unless that item type is a limited type. The use case presented is
where the item has a shortened check out period, and the patron should still be
eligible for a hold with a longer period.


It's a fine distinction, true, but one that libraries want.

-- 
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