https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24620
--- Comment #12 from Nick Clemens <[email protected]> --- (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. _______________________________________________ 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/
