]> git.koha-community.org Git - koha.git/commit
Bug 27068: (follow-up) Remove local hold priority exclusion-related code for 20.05.x
authorTomas Cohen Arazi <tomascohen@theke.io>
Tue, 23 Feb 2021 18:28:27 +0000 (15:28 -0300)
committerAndrew Fuerste-Henry <andrew@bywatersolutions.com>
Tue, 23 Feb 2021 18:36:32 +0000 (18:36 +0000)
commit41cb970fee06f5c8992f277c027ffde03951f54f
tree9b0e3731bc84ccc1de9cb8c689653d3c57a58035
parentbf045e483a73ff2c808cba31ed5f2dd70cfc367b
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@theke.io>
Signed-off-by: Andrew Fuerste-Henry <andrew@bywatersolutions.com>
C4/HoldsQueue.pm
t/db_dependent/HoldsQueue.t