[Koha-bugs] [Bug 21732] If an item is marked as lost, any outstanding transfers upon it should be cancelled

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Oct 31 12:10:03 CET 2018


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

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

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

--- Comment #5 from Martin Renvoize <martin.renvoize at ptfs-europe.com> ---
Created attachment 81701
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=81701&action=edit
Bug 21732: Clean up outstanding transfers on lost items

When an item is marked as lost, the routine should also clean up any
outstanding transfers.

Test plan:
1. Find a item which is in transfer, i.e. find an item with the text in
the 'Status' field of the table in detail.pl that indicates it is in
transfer
2. Now enable the new 'LostItemCancelOutstandingTransfers' syspref.
This will now cancel any outstanding transfers on the item when it is
marked as lost.
3. Set the item to 'Lost' either by clicking on Edit->Edit items from
the detail.pl page
OR
clicking on the Items tab on the left side of the detail.pl page
4. Notice that the transfer is now cancelled for the item

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


More information about the Koha-bugs mailing list