]> git.koha-community.org Git - koha.git/commit
Bug 18015 - On shelf holds allowed > "If all unavailable" ignores notforloan
authorMirko Tietgen <mirko@abunchofthings.net>
Mon, 30 Jan 2017 14:59:59 +0000 (15:59 +0100)
committerMason James <mtj@kohaaloha.com>
Wed, 22 Feb 2017 14:08:23 +0000 (03:08 +1300)
commitf17f8b0b69a58b9c09be0ac2ceee824d71cc2de2
tree84e3cf81dea07d022e9da8ffa8d25c2c26362ea3
parent1822828e66282774385201515489867224eef170
Bug 18015 - On shelf holds allowed > "If all unavailable" ignores notforloan

If in the circ rules matrix you set "On shelf holds allowed" to "If all unavailable",
items with status "Not for loan" are considered available and break the functionality.

Test plan:

- Set "On shelf holds allowed" to "If all unavailable" for your patron and item
  category (or everyone and everything)
- Have two items for a record. Check out one
- Set 7 - Not for loan: "Not For Loan" for the second item
- Try to place a hold. Does not work.

- Apply the patch
- Try to place a hold. Should work now.

Signed-off-by: Claire Gravely <claire_gravely@hotmail.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
(cherry picked from commit 844cf7a748c2b4f567bec2e5088665a9edf94468)
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
C4/Reserves.pm