http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9322
--- Comment #5 from Kyle M Hall <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
