[Koha-bugs] [Bug 28294] C4::Circulation::updateWrongTransfer should be moved into Koha::

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Mar 25 10:57:49 CET 2022


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28294

--- Comment #36 from Marcel de Rooy <m.de.rooy at 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.


More information about the Koha-bugs mailing list