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)
committerKyle M Hall <kyle@bywatersolutions.com>
Tue, 7 Feb 2017 17:51:51 +0000 (17:51 +0000)
commit844cf7a748c2b4f567bec2e5088665a9edf94468
treee5b3daca7a40e0de17f80c81feb5d27cfbe28162
parent58e7a0a5d510de6a035329ea86a130996dda5849
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>
C4/Reserves.pm