[Koha-bugs] [Bug 24295] C4::Circulation::GetTransfers should be removed, use Koha::Item->get_transfer instead

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Mar 15 17:26:17 CET 2021


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

--- Comment #2 from Martin Renvoize <martin.renvoize at ptfs-europe.com> ---
Created attachment 118243
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=118243&action=edit
Bug 24295: Remove GetTransfers from opac-reserve.pl

This patch replaces the call to GetTransfers in opac-reserve with the
get_transfer method available from the Koha::Item object

Test plan
1/ Place a reserve on an item at a different branch
2/ Trigger the transfer of the item
3/ Check the opac-reserves page for the display of the current transfer
status
4/ Apply patch
5/ Repeat step 3

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


More information about the Koha-bugs mailing list