25 Mar
2022
25 Mar
'22
10:57 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28294 --- Comment #36 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- +FIXME: remedy or rectify + # FIXME: Should we remedy a transfer if it's just gone back to the originating branch, or just leave it in transit as is. Two FIXME's added. Can we do something about them here? + my $new_transfer = $transfer->remedy( + { + to => $to_library, + reason => $reason, + [ ignore_limits => 0, force => 0 ] + } + ); There is no code for ignore_limits and force ? -- You are receiving this mail because: You are watching all bug changes.