https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28294
--- Comment #36 from Marcel de Rooy <[email protected]> --- +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. _______________________________________________ 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/
