[Koha-bugs] [Bug 35721] Replace ModItemTransfer calls in circ/returns.pl

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Jan 8 13:56:51 CET 2024


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

--- Comment #1 from Martin Renvoize <martin.renvoize at ptfs-europe.com> ---
Created attachment 160625
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=160625&action=edit
Bug 35721: ModItemTransfer -> Koha::Item->request_transfer - returns.pl

This patch replaces the call to ModItemTransfer in circ/returns.pl with
a call to Koha::Item->request_transfer and
Koha::Item::Transfer->transit.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list