Bug 10243: (follow-up) prevent TransportCostMatrix from overriding library holds...
authorKyle M Hall <kyle@bywatersolutions.com>
Wed, 9 Oct 2013 18:02:23 +0000 (14:02 -0400)
committerGalen Charlton <gmc@esilibrary.com>
Wed, 30 Oct 2013 03:13:41 +0000 (03:13 +0000)
commit06ea76c3c2c9afcc324166c12b0510fdad0d77f1
treeb6739c0c5c5ed1705941ae9bbd47a075891ddeff
parente74b91165de888cd260afd575c20358dc9f435d7
Bug 10243: (follow-up) prevent TransportCostMatrix from overriding library holds policy

Using the TransportCostMatrix can cause the same issue. Removing the
last ditch use of the first item causes the the subroutine to continue
with the traditional matching, which will respect the hold policies.

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
C4/HoldsQueue.pm