[Koha-bugs] [Bug 27068] HoldsQueue doesn't know how to use holds groups

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Feb 23 19:31:44 CET 2021


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

--- Comment #36 from Tomás Cohen Arazi <tomascohen at gmail.com> ---
Created attachment 117215
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=117215&action=edit
[20.05.x] Bug 27068: (follow-up) Remove local hold priority exclusion-related
code for 20.05.x

The local hold priority exclusions feature is only present in 20.11, so
the use case handling shouldn't be included in the backport. This code
removes the couple lines in which this is handled (trivial) and tested
(trivial, as it is disabled by default on the tests, we just remove the
places in which the original patch set the non-existent attributes).

To test:
1. Run:
   $ kshell
  k$ prove t/db_dependent/HoldsQueue.t
=> FAIL: Tests fail!
2. Apply this patch
3. Repeat 1
=> SUCCESS: Tests pass!
4. Sign off :-D

Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

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


More information about the Koha-bugs mailing list