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

            Bug ID: 36762
           Summary: Item not transferred correctly when there is a pending
                    hold
 Change sponsored?: ---
           Product: Koha
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P5 - low
         Component: Circulation
          Assignee: koha-bugs@lists.koha-community.org
          Reporter: andre...@dubcolib.org
        QA Contact: testo...@bugs.koha-community.org
                CC: gmcha...@gmail.com, kyle.m.h...@gmail.com

Koha is doing some dumb stuff when one attempts to transfer an item that could
fill a pending hold. To recreate:

1 - be logged in at Branch A
2 - have a bib with 1 holdable item at Branch A
3 - place a hold for pickup at Branch B
4 - confirm hold shows on Holds to Pull and Holds Queue
5 - go to Circulation > Transfers and attempt to send your item to Branch C
6 - Koha gives you three options. Pick the first one: "Transfer to Branch B."
This is the hold pickup branch, not the branch you selected for your transfer
7 - Koha tells you it has transferred the item to Branch C (the branch you did
select for your transfer)
8 - go to detail.pl for your title, confirm the holdings table says "there is
an item level hold" on your item
9 - click to the Holds tab for your title, confirm the hold claims to be in
transit
10 - query the branchtransfers table, confirm no transfer was created
11 - query reserves and confirm your hold has found=T, itemnumber=[your item],
and item_level_hold=0
12 - Back on the title, attempt to revert transit status, confirm the Revert
button doesn't do anything


At step 6, Koha should offer to transfer to the indicated transfer-target,
rather than the hold pickup branch. Then it should actually generate the
transfer and should not insert the itemnumber into the reserves table or update
reserves.found.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://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/

Reply via email to