From dbbafded31334b0c7443852a8ecc68b27430914d Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Tue, 29 Aug 2023 14:20:19 -0400 Subject: [PATCH] Bug 34644: replacementprice is support by MarcFieldsToOrder but is not listed Signed-off-by: David Nind Signed-off-by: Martin Renvoize --- .../prog/en/modules/admin/preferences/acquisitions.pref | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 7f388561c05..361475e8b90 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,7 +75,7 @@ Acquisitions: - pref: MarcFieldsToOrder type: textarea syntax: text/x-yaml - - "

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

" + - "

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

" - - Set the mapping values for new item records created from a MARC record in a staged file. -- 2.43.0