[Koha-bugs] [Bug 34656] CartToShelf should not trigger RealTimeHoldsQueue

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Aug 30 15:52:32 CEST 2023


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

--- Comment #2 from Nick Clemens <nick at bywatersolutions.com> ---
Created attachment 154958
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=154958&action=edit
Bug 34656: Do not update real Time Holds Queue when moving from cart to shelf

To test:
1 - Enable RealTimeHoldsQueue system preference
2 - Set UpdateItemLocationOnCheckin to _ALL_: CART
3 - Check in an item
4 - Check the background jobs - the RTHQ is updated
5 - perl -e 'use C4::Items; C4::Items::CartToShelf(##);' -- substitute the
itemnumber from above
6 - Check the background jobs - no new update to RTHQ
7 - Confirm item was set back to correct permanent_location

-- 
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