From c13112d37f8088e9198ebbfe1e57d9f963b4e325 Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Wed, 20 May 2020 09:30:45 -0400 Subject: [PATCH] Bug 25552: Add missing Claims Returned option to MarkLostItemsAsReturned Marking an item as a return claim checks MarkLostItemsAsReturned to see if claim_returned is a value in MarkLostItemsAsReturned. However, this option was never added to MarkLostItemsAsReturned so an a return claim can never be automatically removed from the patron record, even if they wanted such behavior. Test Plan: 1) Apply this patch 2) Restart all the things 3) Note the new return claims option on MarkLostItemsAsReturned in the system preferences --- .../prog/en/modules/admin/preferences/circulation.pref | 1 + 1 file changed, 1 insertion(+) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref index 92137896dc..abbdad5c42 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref @@ -438,6 +438,7 @@ Circulation: moredetail: "from the items tab of the catalog module" pendingreserves: "from the 'Holds to pull' list" onpayment: "when receiving payment for the item" + claim_returned: "when marking an item as a return claim" - . - - pref: AllowMultipleIssuesOnABiblio -- 2.24.2 (Apple Git-127)