[Koha-bugs] [Bug 24434] C4::Circulation::updateWrongTransfer is never called but should be

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri May 7 08:56:26 CEST 2021


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

Martin Renvoize <martin.renvoize at ptfs-europe.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #120631|0                           |1
        is obsolete|                            |

--- Comment #17 from Martin Renvoize <martin.renvoize at ptfs-europe.com> ---
Created attachment 120657
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=120657&action=edit
Bug 24434: Reinstate updateWrongTransfer

This patch re-instates the call to updateWrongTransfer to ensure the
transfer line it updated to reflect the new frombranch.

Test plan
1/ Check an item out from it's home library
2/ Check the item in at another library (with the return to home branch
system preferences enabled)
2a/ Accept the transfer and note we now have a transfer present from the
items check-in library to it's home library
3/ Check the item in at a third library
3a/ Note you are asked to return the item to it's home library.
3b/ With the patch applied, the modal title should highlight that a
'Wrong transfer' was detected.
4/ Go to the item record and note the holding library has been updated
to reflect where the item was most recently checked in.
4a/ With the patch applied the item status should reflect the last
checked in branch as the 'from' branch of the transfer.
5/ Work through the above again, but use the 'Print slip' option for
accepting the transfer and confirm that also works.

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


More information about the Koha-bugs mailing list