[Koha-bugs] [Bug 24620] Existing transfers not closed when hold is set to waiting

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Mar 17 16:25:26 CET 2020


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

--- Comment #12 from Nick Clemens <nick at bywatersolutions.com> ---
(In reply to Jonathan Druart from comment #11)
> (In reply to Nick Clemens from comment #10)
> > (In reply to Jonathan Druart from comment #9)
> > > What if branchtransfers.tobranch is not the logged in user's library?
> > 
> > Then $transferToDo should be true and the code should not be called
> 
> circ/branchtransfers.pl
> 102     ModReserveAffect( $item, $borrowernumber );

see bug 24839 - that code is intended to allow the transfer of a waiting hold -
so cancelling when setting to waiting doesn't affect that workflow (that
workflow may be problematic on its own) - the hold is set waiting, active
transfers closed, then a new transfer generated

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


More information about the Koha-bugs mailing list