https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36762
--- Comment #8 from Emmi Takkinen <[email protected]> --- (In reply to Emmi Takkinen from comment #7) > > (In reply to Andrew Fuerste-Henry from comment #0) > > 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. > > I'm able to reproduce this expect step 12: > > >12 - Back on the title, attempt to revert transit status, confirm the Revert > >button doesn't do anything > > Did you mean "Revert transit status" button in holds table or am I missing > something here? Ah, of course you meant "Revert transit status" button, I just can't read :D Although for me using "Revert transit status" did "revert" transit status even though there really wasn't any transfer generated to branchtransfers table. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. _______________________________________________ Koha-bugs mailing list [email protected] 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/
