From b5b2d1b678a56d868cf3bd9e0d10b23c5bea39c8 Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Tue, 29 Aug 2023 13:53:16 -0400 Subject: [PATCH] Bug 34644: Improve readability of sysprefs Signed-off-by: David Nind Signed-off-by: Martin Renvoize Signed-off-by: Katrin Fischer (cherry picked from commit 61e8073b020746d797a14466cd78b963500bfeb0) Signed-off-by: Fridolin Somers --- .../en/modules/admin/preferences/acquisitions.pref | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/acquisitions.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/acquisitions.pref index 34c2137ef4..7f388561c0 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/acquisitions.pref +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/acquisitions.pref @@ -75,16 +75,16 @@ Acquisitions: - pref: MarcFieldsToOrder type: textarea syntax: text/x-yaml - - "You can use the following fields: price, quantity, budget_code, discount, sort1, sort2" - - "
For example:
price: 947$a|947$c
quantity: 969$h
budget_code: 922$a" + - "

You can use the following fields: price, quantity, budget_code, discount, sort1, sort2

" + - "

For example:
price: 947$a|947$c
quantity: 969$h
budget_code: 922$a

" - - Set the mapping values for new item records created from a MARC record in a staged file. - pref: MarcItemFieldsToOrder type: textarea syntax: text/x-yaml - - "You can use the following fields: homebranch, holdingbranch, itype, nonpublic_note, public_note, loc, ccode, notforloan, uri, copyno, price, replacementprice and itemcallnumber. Special fields: quantity and budget_code" - - "
For example:
holdingbranch: 975$b
itype: 975$9|975$z" - - If a field is missing or not mapped, MarcFieldsToOrder will be checked and used for that field ( except quantity ). + - "

You can use the following fields: homebranch, holdingbranch, itype, nonpublic_note, public_note, loc, ccode, notforloan, uri, copyno, price, replacementprice and itemcallnumber. Special fields: quantity and budget_code

" + - "

For example:
holdingbranch: 975$b
itype: 975$9|975$z

" + - "

If a field is missing or not mapped, MarcFieldsToOrder will be checked and used for that field ( except quantity ).

" - - pref: ClaimsBccCopy default: no -- 2.20.1