https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12362 Jonathan Druart <jonathan.druart@bugs.koha-community.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart@bugs.koha-c | |ommunity.org Status|Passed QA |In Discussion --- Comment #21 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- (In reply to Martin Renvoize from comment #4)
I do have a question however... should cancellation of an in_transit transfer automatically trigger a transfer back to the original location at the point of cancellation (i.e. prior to the code that handling a return to home/return to holding at check-in time?
What about that? I was going to ask exactly that, spotted in the code that the tests were removed - is( $itemcheck->holdingbranch, $library_1->{branchcode}, 'Lost item with cancelled hold has holding branch equallying the transfers source branch' ); It does not seem like a minor change. -- You are receiving this mail because: You are watching all bug changes.