]> git.koha-community.org Git - koha.git/commit
Bug 33164: Ensure return claim message shows if lost item return blocked
authorAleisha Amohia <aleishaamohia@hotmail.com>
Tue, 7 Mar 2023 22:07:04 +0000 (11:07 +1300)
committerTomas Cohen Arazi <tomascohen@theke.io>
Fri, 10 Nov 2023 13:59:25 +0000 (10:59 -0300)
commit1f56880812323a003d3d9d043c10c3142d397ac4
treed0dace35ee21f4b25c548d05807245039d5bd0d9
parent4ef2694c39695b7275dcfa77329f4094d2ed1cc4
Bug 33164: Ensure return claim message shows if lost item return blocked

This fix ensures that a return claim confirmation always shows, even if
the return of lost items has been blocked by BlockReturnOfLostItems
being enabled.

To test:

1. Set BlockReturnOfLostItems system preference to Block
2. Check out an item to a patron
3. Go to the patrons page and claim a return on the item
4. Check in the item and keep checking in the item. Notice the message
"Item is lost, cannot be checked in." shows every time, but the return
claim message only shows sometimes.

5. Apply the patch and restart services

6. Check in the item and keep checking in the item. Confirm both the
lost message shows and the return claim message shows every time.
7. Confirm the return of the item is still blocked.

Sponsored-by: Pymble Ladies' College
Signed-off-by: Phil Ringnalda <phil@chetcolibrary.org>
Signed-off-by: Emily Lamancusa <emily.lamancusa@montgomerycountymd.gov>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
circ/returns.pl