From 39f01c5f35f45639c48ec865b08a877cf2a6ed4f 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 Signed-off-by: Thomas Klausner --- .../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 1350af6a8d..d3df301157 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