From 98aabbf5a0d92393f5c2f8c7b277fba8435c7576 Mon Sep 17 00:00:00 2001 From: Alex Buckley Date: Tue, 2 Aug 2022 17:04:34 +1200 Subject: [PATCH] Bug 25560: Template changes Sponsored-by: Waikato Institute of Technology, New Zealand --- .../en/modules/admin/preferences/circulation.pref | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 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 b3491e685f..315d0dba34 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 @@ -640,10 +640,14 @@ Circulation: type: textarea syntax: text/x-yaml class: code - - This is a list of value pairs. When an item is checked in, if the not for loan value on the left matches the items not for loan value - - "it will be updated to the right-hand value. For example, '-1: 0' will cause an item that was set to 'Ordered' to now be available for loan." - - "Can be used for showing only the not for loan description. E.g. '-1: ONLYMESSAGE'." - - Each pair of values should be on a separate line. + - "This is a list of item types and value pairs.

" + - "Examples:
" + - "_ALL_:
" + - " -1: 0

" + - "CR:
" + - " 1: 0

" + - "When an item is checked in, if it's item type matches CR then when the value on the left (1) matches the items' not for loan value it will be updated to the value on the right.

The special term _ALL_ is used on the left side of the colon (:) to affect all item types, this does not override all other rules

" + - "Each item type needs to be defined on a separate line on the left side of the colon (:).
Each pair of not for loan values, for that item type, should be listed on separate lines below the item type, each indented by a leading space

" - - pref: HidePersonalPatronDetailOnCirculation choices: -- 2.20.1