From ceb0a022f55eefd03a07955ce55bad0c7d3f558a 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 2ac7e56c69c..8d50eba46c3 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 @@ -569,9 +569,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.

" Checkin policy: - - pref: TrapHoldsOnOrder -- 2.30.2