https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34686 --- Comment #4 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Created attachment 156113 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=156113&action=edit Bug 34686: Write reserve_id to tmp_holdsqueue To test: * Apply patch * Run database update, dbic, restart_all * Activate RealTimeHoldsQueue * Place a hold on an available item * Verify the reserve_id is now showing in tmp_holdsqueue SELECT * from tmp_holdsqueue; * Run misc/cronjobs/holds/build_holds_queue.pl --force * Verify the tmp_holdqueue still has the reserve_id * Turn off RealTimeHoldsQueue * Place another hold on an available item * Run misc/cronjobs/holds/build_holds_queue.pl * Verify the reserve_id is in tmp_holdsqueue -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.