https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12090
--- Comment #6 from Katrin Fischer <[email protected]> --- (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. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
