From 10ad860fd97a7a60fdb6fe3508254fae9a96179e Mon Sep 17 00:00:00 2001 From: Baptiste Date: Wed, 4 Dec 2024 17:22:28 +0100 Subject: [PATCH] Bug 35292: Template changes --- .../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 291c6ccec6b..5a7a081193a 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 @@ -551,9 +551,17 @@ Circulation: type: textarea syntax: text/x-yaml class: code - - This is a list of value pairs. When an item is checked out, 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:
" + - "_ALL_:
" + - " -1: 0

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

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

" + - "When an item is checked out, 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

" + - "Valid values are NOT_LOAN authorized values.

" - - When checking out an hourly loan that will be due after the library closes, - pref: ConsiderLibraryHoursInCirculation -- 2.30.2