[Koha-bugs] [Bug 12090] Disabling Library Location

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jan 22 23:33:18 CET 2020


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

--- Comment #6 from Katrin Fischer <katrin.fischer at 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.


More information about the Koha-bugs mailing list