https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24620 --- Comment #12 from Nick Clemens <nick@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.