From 8ec155a830e8fb3448fc9357b2694bac24d21212 Mon Sep 17 00:00:00 2001 From: Nick Clemens Date: Wed, 2 Apr 2025 10:18:24 +0000 Subject: [PATCH] Bug 39518: (follow-up) Add clarifying text to basket name field Signed-off-by: Nick Clemens --- .../intranet-tmpl/prog/en/modules/admin/marc_order_accounts.tt | 1 + 1 file changed, 1 insertion(+) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc_order_accounts.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc_order_accounts.tt index 1350af6a8d4..d3df3011575 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc_order_accounts.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc_order_accounts.tt @@ -139,6 +139,7 @@
(Optional): If you want the basket name to be dynamic based on a value in the MARC file, you can set a field here that will be read on import and used for the basket name.
The format for this field is the same as MARCFieldsToOrder - the field and the subfield separated by a dollar sign e.g. 245$a
+
The first record in the file must be the record to contain this field, others will be ignored. If a value is not found the filename will be used for the basket name.
-- 2.39.5