[Koha-bugs] [Bug 20344] Transferring an item while on hold results in a transfer were the destination is the same as the source

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Mar 6 19:31:02 CET 2018


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

--- Comment #2 from Victor Grousset/tuxayo <victor.grousset at biblibre.com> ---
== Simpler test plan ==
On master.
1. Place a hold
2. Transfer the item twice (wherever, it can be the same transfer)
3. Check the branchtransfers table
     SELECT *
     FROM branchtransfers
     order by datesent DESC
     LIMIT 10;
4. First one should have been canceled
      «Canceled, new transfer from A to A created»
5. Another one should have been created from A to A
6. These 2 things are the issue.
     Because doing the same without a hold
      - doesn't create a new transfer
      - doesn't cancel the first one

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


More information about the Koha-bugs mailing list