From 905afe6979fc82f6934c9ae774309276500ea1a4 Mon Sep 17 00:00:00 2001 From: Andrew Fuerste-Henry Date: Thu, 13 Aug 2020 13:13:55 +0000 Subject: [PATCH] Bug 26182: Clarify wording on CanMarkHoldsToPullAsLost and UpdateItemWhenLostFromHoldList To test: - apply patch, restart - search sysprefs for CanMarkHoldsToPullAsLost - confirm both sysprefs come up in search and syspref descriptions refer to each other Signed-off-by: Holly Cooper --- .../intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 25995eab53..1e2c4bf1ba 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 @@ -846,11 +846,11 @@ Circulation: do_not_allow: "Do not allow to mark items as lost" allow: "Allow to mark items as lost" allow_and_notify: "Allow to mark items as lost and notify the patron" - - "from the 'Holds to pull' screen" + - "from the 'Holds to pull' screen. Values to be applied must be defined in UpdateItemWhenLostFromHoldList." - - Update item's values when marked as lost from the hold to pull screen. - This is a list of values to update an item when it is marked as lost from the holds to pull screen. - - 'Example: "itemlost: 1" to set items.itemlost to 1 when the item is marked as lost' + - 'Example: "itemlost: 1" to set items.itemlost to 1 when the item is marked as lost. (Requires CanMarkHoldsToPullAsLost)' - pref: UpdateItemWhenLostFromHoldList type: textarea syntax: text/x-yaml -- 2.11.0