Bug 26182: Clarify wording on CanMarkHoldsToPullAsLost and UpdateItemWhenLostFromHoldList
authorAndrew Fuerste-Henry <andrew@bywatersolutions.com>
Thu, 13 Aug 2020 13:13:55 +0000 (13:13 +0000)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Tue, 18 Aug 2020 12:47:44 +0000 (14:47 +0200)
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 <holly.teresa.cooper@gmail.com>

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>

koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref

index 25995ea..1e2c4bf 100644 (file)
@@ -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