]> 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)
committerLucas Gass <lucas@bywatersolutions.com>
Wed, 23 Oct 2024 22:31:23 +0000 (22:31 +0000)
commit3748fe30dfa705bc3184def7e67089cdea7160bb
treed7ebb4de4c67832f5ccf87b615819295a8e02eca
parentf8b6777e50295b6a2ba468f0694ca2e69083d6b3
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>
Koha/Items.pm