[Koha-bugs] [Bug 35100] Items assigned to StockRotation do not advance if a reserve is triggered before the initial transfer

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jan 4 21:36:06 CET 2024


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

--- Comment #5 from Nick Clemens <nick at bywatersolutions.com> ---
To recreate:
1 - Create a rota, CPL->FFL->IPT
2 - Add an item from Midway to the rota
3 - perl misc/cronjobs/stockrotation.pl -x
4 - Check the db - you have a stock roation transfer to CPL
5 - Place a hold for pickup at Union
6 - Check the item in at midway, confirm the hold and transfer
7 - Note there are 2 transfers in the DB, one for the and one for stock
rotation

I am signing this off as it does fix the problem, there are 2 issues to note
though:
 - The pop for the holds transfer correctly shows where to transfer the item,
however, it shows the reason as 'StockRotation' when it should be 'Reserve'
 - After the transfer is created for the hold, 2 transfers exist - the original
stock rotation, and the hold transfer. The detail page seems to look at the
earliest, so the item shows it is in transit to the rotation branch, rather
than the branch of the request we are trying to fill - this will cause
confusion and delay

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


More information about the Koha-bugs mailing list