From b4e7964b5bfddde95b1e857962baa63383603ceb 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 | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 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 a67236b55a0..59d23e3f959 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 @@ -645,9 +645,17 @@ 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." - - Each pair of values should be on a separate line. + - "This is a list of item types and value pairs.

" + - "Examples:
" + - "BK:
" + - " -1: 0

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

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

" + - "A similar process happens if the returned items' item type matches CR. Except this time when the not for loan value on the left ('Not for loan') matches the items not for loan value then it will be updated to the right-hand value (available for loan).

" + - "If the item returned does not match BK or CR then the item will not be updated, irrespective of the current items not for loan value.

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