Bug 18001 - LocalHoldsPriority can cause multiple holds queue lines for same hold...
authorKyle M Hall <kyle@bywatersolutions.com>
Thu, 26 Jan 2017 14:31:35 +0000 (14:31 +0000)
committerKatrin Fischer <katrin.fischer.83@web.de>
Fri, 21 Apr 2017 22:13:56 +0000 (00:13 +0200)
commitaf89b3be02b0184c5e0b6799ae880a074fff3813
treec1fdf7d9aac859edba3d25b0320aad0659c5f802
parentfd742f664e3453def5005637110e9e3c2563b96c
Bug 18001 - LocalHoldsPriority can cause multiple holds queue lines for same hold request

If LocalHoldsPriority is enabled, and a record level request has more
than one item that could fill that hold, there is a possibility that a
holds queue row will be generated for the request for each of the
available items!

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Joel Sasse <jsasse@plumcreeklibrary.net>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
(cherry picked from commit 2a8f748f25e305deca7fce41451fbd78056ba26d)
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
C4/HoldsQueue.pm