[Bug 12090] Disabling Library Location
22 Jan
2020
22 Jan
'20
10:33 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12090 --- Comment #6 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- (In reply to Katrin Fischer from comment #5)
I guess you'd have to test that out - my understanding is that the holds queue is rebuilt every run of the cron... if that assumption is correct, it should move.
Yep, it starts fresh with every run: 174 sub CreateQueue { 175 my $dbh = C4::Context->dbh; 176 177 $dbh->do("DELETE FROM tmp_holdsqueue"); # clear the old table for new info 178 $dbh->do("DELETE FROM hold_fill_targets"); -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
2368
Age (days ago)
2368
Last active (days ago)
0 comments
1 participants
participants (1)
-
bugzilla-daemon@bugs.koha-community.org