[Bug 29219] New: Suppress warning when building holds queue where hold fulfillment policy is 'patrongroup'
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29219 Bug ID: 29219 Summary: Suppress warning when building holds queue where hold fulfillment policy is 'patrongroup' Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: trivial Priority: P5 - low Component: Hold requests Assignee: koha-bugs@lists.koha-community.org Reporter: kyle@bywatersolutions.com QA Contact: testopia@bugs.koha-community.org CC: gmcharlt@gmail.com When building the holds queue with rules where the hold fulfillment policy is 'patrongroup', you may see the following warning: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/HoldsQueue.pm line 728. because there is not such thing as a 'patrongroup' key for the item hash. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29219 Kyle M Hall <kyle@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs@lists.koha-commun |kyle@bywatersolutions.com |ity.org | -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29219 Kyle M Hall <kyle@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29219 --- Comment #1 from Kyle M Hall <kyle@bywatersolutions.com> --- Created attachment 126180 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=126180&action=edit Bug 29219: Suppress warning when building holds queue where hold fulfillment policy is 'patrongroup' When building the holds queue with rules where the hold fulfillment policy is 'patrongroup', you may see the following warning: Use of uninitialized value in string eq at /usr/share/koha/lib/C4/HoldsQueue.pm line 728. because there is not such thing as a 'patrongroup' key for the item hash. Test Plan: 1) Set hold rules to use patrongroup 2) Build the holds queue 3) Note the warning 4) Apply this patch 5) Build the holds queue again 6) No warning! -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29219 Kyle M Hall <kyle@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |RESOLVED Resolution|--- |DUPLICATE --- Comment #2 from Kyle M Hall <kyle@bywatersolutions.com> --- *** This bug has been marked as a duplicate of bug 29196 *** -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org