https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12362
Jonathan Druart <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] | |ommunity.org Status|Passed QA |In Discussion --- Comment #21 from Jonathan Druart <[email protected]> --- (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. _______________________________________________ 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/
