[Koha-bugs] [Bug 33184] Warnings when running holds queue builder

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Mar 9 18:14:03 CET 2023


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

--- Comment #1 from Kyle M Hall <kyle at bywatersolutions.com> ---
Created attachment 148019
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=148019&action=edit
Bug 33184: Warnings when running holds queue builder

If a hold was fillable when the holds queue builder starts, but is no longer
fillable when the builder gets to that hold's record ( for example, an item was
trapped to fill that hold so the hold is now "found" ), it will generate
warnings like:

Use of uninitialized value in addition (+) at
/usr/share/koha/lib/C4/HoldsQueue.pm line 219.
Use of uninitialized value in addition (+) at
/usr/share/koha/lib/C4/HoldsQueue.pm line 220.

Test Plan:
1) Run holds queue builder from the command line
2) While it is running fill a hold
3) Note the warning generated by build_holds_queue.pl
4) Apply this patch
5) Repeat steps 1-2
6) No warnings!

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


More information about the Koha-bugs mailing list