[Koha-bugs] [Bug 20344] New: 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 16:58:34 CET 2018


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

            Bug ID: 20344
           Summary: Transferring an item while on hold results in a
                    transfer were the destination is the same as the
                    source
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Circulation
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: victor.grousset at biblibre.com
        QA Contact: testopia at bugs.koha-community.org
                CC: gmcharlt at gmail.com, kyle.m.hall at gmail.com

1. Check out an item
2. Place a hold on the specific item with a pickup at a different branch
3. Check in: Confirm hold and transfert
4. Check the branchtransfers table to ensure that the transfert is here
     SELECT *
     FROM branchtransfers
     order by datesent DESC
     LIMIT 10;
5. Home › Circulation › Transfers
6. Create a transfer identical as the existing one
7. You should see «Item is already at destination library.»
8. Check the branchtransfers table
   1. First one should have been canceled
        «Canceled, new transfer from A to A created»
   2. Another one should have been created from A to A
   3. 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 the assignee for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list