[Koha-bugs] [Bug 10378] Enable checked out items to be transferred without returning them

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed May 29 18:58:13 CEST 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10378

Kyle M Hall <kyle at bywatersolutions.com> changed:

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

--- Comment #2 from Kyle M Hall <kyle at bywatersolutions.com> ---
Created attachment 18477
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=18477&action=edit
Bug 10378 - Enable checked out items to be transferred without returning them

When items are transferred, they are automatically returned to the
transferred-from library. Some libraries would like to be able to use
the transfer system without automatically returning the item and having
it removed from the patron record.

Scenario:
LibraryA of multi-library system is checking in items from the overnight
dropbox. The librarian pulls out a damaged item, but it is an item owned
and checked out from LibraryB. Instead of removing the item from the
patrons checked out items, the library would like to transfer the item,
still checked out, back to LibraryB so that LibraryB may decide
how to deal with the damaged item.

Test Plan:
 1) Apply this patch
 2) Run updatedatabase.pl
 3) Ensure that ReturnItemWhenTransferred is enabled
 4) Check an item out to a borrower
 5) Transfer the item to another library
 6) Verify the item was returned and removed from the patron's issues
 7) Disable ReturnItemWhenTransferred
 8) Check an item out to a borrower
 9) Transfer the item to another library
10) Verify the item is still listed in the patron's current issues

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


More information about the Koha-bugs mailing list