[Koha-bugs] [Bug 29130] Holds queue is empty while holds queue builder is running

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Sep 28 18:54:48 CEST 2021


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

--- Comment #1 from Kyle M Hall <kyle at bywatersolutions.com> ---
Created attachment 125427
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=125427&action=edit
Bug 29130 - Holds queue is empty while holds queue builder is running

When build_holds_queue.pl, it first deletes all rows from tmp_holdsqueue and
hold_fill_targets,
then starts building the holds queue again.
It seems sensible to build the holds queue using temporary tables and copy the
data over afterward.

Test Plan:
1) Apply this patch
2) Run the holds queue builder
3) Verify holds queue was was populated

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


More information about the Koha-bugs mailing list