From 9e094a089d2e15966759f74aaabc7b459fd4d014 Mon Sep 17 00:00:00 2001 From: Nicolas Hunstein Date: Fri, 28 Feb 2025 11:40:39 +0000 Subject: [PATCH] Bug 38989: Updated system preference text of MarcFieldsToOrder Updates system preference text MarcFieldsToOrder by adding string "When there is no mapping for price, Koha will use 345$c and 020$c for MARC21 records and 345$c and 010$c for UNIMARC records" to test: - go to Admin > System preferences > MarcFieldsToOrder - check there is no string like "When there is no mapping for price, Koha will use 345$c and 020$c for MARC21 records and 345$c and 010$c for UNIMARC records" -apply patch - verify there is the string Signed-off-by: Andrew Fuerste Henry --- .../prog/en/modules/admin/preferences/acquisitions.pref | 1 + 1 file changed, 1 insertion(+) 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 652ca5c2f9..8bb9472cb1 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 @@ -77,6 +77,7 @@ Acquisitions: syntax: text/x-yaml - "

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

" - "

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

" + - "

When there is no mapping for price, Koha will use 345$c and 020$c for MARC21 records and 345$c and 010$c for UNIMARC records

" - - Set the mapping values for new item records created from a MARC record in a staged file. - pref: MarcItemFieldsToOrder -- 2.39.5