@@ -, +, @@ UpdateItemWhenLostFromHoldList - apply patch, restart - search sysprefs for CanMarkHoldsToPullAsLost - confirm both sysprefs come up in search and syspref descriptions refer to each other --- .../intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref +++ a/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 --