From 5f0299f54351c12f26f78058cf69a3c97c259aa0 Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Tue, 29 Aug 2023 17:48:30 +0000 Subject: [PATCH] Bug 34644: Add clarifying text to sysprefs to indicate that MarcFieldsToOrder is a fallback to MarcItemFieldsToOrder Clarify that fields will fall back to MarcFieldsToOrder from MarcItemFieldsToOrder. Signed-off-by: David Nind Signed-off-by: Martin Renvoize Signed-off-by: Katrin Fischer (cherry picked from commit 884039bd5af43ffc83aaf1ef93500c6ab56efc2a) Signed-off-by: Fridolin Somers (cherry picked from commit 5b54a01fa86a52b354fabfc23ae187502933b347) Signed-off-by: Lucas Gass --- .../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 4e2c18512e..d1390056c8 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 @@ -72,6 +72,7 @@ Acquisitions: 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 ). - - pref: ClaimsBccCopy default: no -- 2.20.1