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

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Sep 5 03:30:56 CEST 2023


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

Victor Grousset/tuxayo <victor at tuxayo.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #155012|0                           |1
        is obsolete|                            |

--- Comment #9 from Victor Grousset/tuxayo <victor at tuxayo.net> ---
Created attachment 155208
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=155208&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

Signed-off-by: Emily Lamancusa <emily.lamancusa at montgomerycountymd.gov>
Signed-off-by: Victor Grousset/tuxayo <victor at tuxayo.net>

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


More information about the Koha-bugs mailing list