[Koha-bugs] [Bug 9322] If multiple transfers exist (from circ/branchtransfers.pl), completing one completes them all

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Feb 5 16:54:38 CET 2013


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

--- Comment #5 from Kyle M Hall <kyle at bywatersolutions.com> ---
Created attachment 15059
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=15059&action=edit
Bug 9322 - If multiple transfers exist (from circ/branchtransfers.pl),
completing one completes them all

This patch prevents multiple unresolved item transfers for
a given item to exist at the same time.

Test Plan:
 1) Get an item's barcode
 2) Go to circulation -> transfers
 3) Select a branch to transfer to
 4) Put in your barcode
 5) Submit the transfer
 6) Examine the branchtransfers table, note that
    there is now one open transfer for the item
 7) Select a different branch to transfer to
 8) Put your same barcode in again
 9) Submit the transfer
10) Reexamine the branchtransfers table, note that
    the previous open transfer has been removed and
    the new open transfer has replaced it.

-- 
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