]> git.koha-community.org Git - koha.git/commit
Bug 38148: Check value of holdallowed circ rule properly
authorAleisha Amohia <aleishaamohia@hotmail.com>
Fri, 11 Oct 2024 01:53:11 +0000 (01:53 +0000)
committerFridolin Somers <fridolin.somers@biblibre.com>
Fri, 25 Oct 2024 13:53:45 +0000 (15:53 +0200)
commitf38e5c734958b7df5948ea80e6b449717b04f4be
tree5d8b496ffcc98e6412e4bdd60b295c34659da3a5
parente4ead466636130493323dcd949d4faf1a27f13d1
Bug 38148: Check value of holdallowed circ rule properly

It was noted on Bug 29087 that the value of circulation rules needs to be checked differently, so this follow-up addresses that.

To test:

1. Apply patch and restart services
2. Search for a record on the OPAC. Confirm you can see a link to place a hold.
3. Search for this record on the staff interface and place a hold. Go to Circulation -> Holds to pull and confirm your hold shows in the list.
4. Confirm tests still pass t/db_dependent/Koha/Holds.t

Sponsored-by: Whanganui District Council
Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: andrewa <andrew.auld@ptfs-europe.com>
Signed-off-by: Ray Delahunty <r.delahunty@arts.ac.uk>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
(cherry picked from commit e2be4e00a5bf0920786339f5f47997508be93c4d)
Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
(cherry picked from commit 3748fe30dfa705bc3184def7e67089cdea7160bb)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
Koha/Items.pm