[Koha-bugs] [Bug 21572] Allow checkout an item with reserve that is not yet in waiting state

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Oct 17 08:31:30 CEST 2018


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

--- Comment #6 from Joonas Kylmälä <joonas.kylmala at helsinki.fi> ---
(In reply to David Cook from comment #5)
> Actually, I just noticed that while you cannot renew an item that has a
> hold, you can check it in, ignore the hold, try to check it out again, and
> override the errors/warnings and check it out again to the original patron. 

One can renew item with unfilled hold by using
AllowRenewalIfOtherItemsAvailable. At least that works when one clicks those
checkboxes for renewal in the intranet's checkouts tab for patron.

> So it looks like maybe you can already do what you want?

No, the problem I personally have is that it is annoying the confirmation box
comes for an item with unprocessed holds (this should be configurable with
AllowItemsOnHoldCheckout) and also that SCO will let you check out items that
have holds in the Waiting state (i.e. they have been processed and when patron
shows up they expect them to still be there waiting for them – otherwise there
is no point of holds). 

I'm looking to unify all these three different ways of checking out an item. I
started to work on a patch yesterday, hopefully can share something working
with you today!

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.


More information about the Koha-bugs mailing list