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)
committerMason James <mtj@kohaaloha.com>
Sun, 30 Apr 2017 11:19:57 +0000 (23:19 +1200)
commit9dbbcb8ba50f0b6c26ce159c82cd88e973df3c54
tree993bfce8082ab4532dd96566fbc1453a72be1983
parent4b653d7649f59d38325b88d453965341d785a2fe
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: Mason James <mtj@kohaaloha.com>
C4/HoldsQueue.pm