[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 19:55:55 CEST 2021


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

Kyle M Hall <kyle at bywatersolutions.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #125430|0                           |1
        is obsolete|                            |

--- Comment #3 from Kyle M Hall <kyle at bywatersolutions.com> ---
Created attachment 125431
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=125431&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