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

--- Comment #5 from Nick Clemens <[email protected]> ---
(In reply to Christopher Brannon from comment #4)
> I'm using a sandbox, and I haven't applied the patch yet and I am not
> running into the problem in step 5.  It just checks out the item and removes
> the hold.

Ah, I described it in initial comment "and there are other holds"

When set to dynamic we check:
$threshold = $items_count + $decreaseLoanHighHoldsValue;
$holds->count() <= $threshold

items_count will be 0 (none holdable) but holds count is still 1, so not over
the threshold

Amended steps below:
step 4 - place title level holds for 2 patrons
step 5 - attempt to checkout to one of the patrons who have a hold

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