From 14c9ed5e2b80b52cc5105284cac86214d3aa794b Mon Sep 17 00:00:00 2001 From: Matt Blenkinsop Date: Wed, 2 Apr 2025 08:00:38 +0000 Subject: [PATCH] Bug 39518: Add new field to the UI --- admin/marc_order_accounts.pl | 1 + .../prog/en/modules/admin/marc_order_accounts.tt | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/admin/marc_order_accounts.pl b/admin/marc_order_accounts.pl index c95efe312dd..91e4686c678 100755 --- a/admin/marc_order_accounts.pl +++ b/admin/marc_order_accounts.pl @@ -81,6 +81,7 @@ if ( $op eq 'acct_form' ) { encoding => scalar $input->param('encoding') || 'UTF-8', match_field => scalar $input->param('match_field'), match_value => scalar $input->param('match_value'), + basket_name_field => scalar $input->param('basket_name_field'), }; if ( scalar $input->param('id') ) { 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 99174f9cfb3..1350af6a8d4 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 @@ -134,6 +134,12 @@
(Optional): This is the value that will be checked against the match field to see if the file matches this account. If it does it will be processed by this account, if not it will be skipped.
+
  • + + +
    (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
    +
  • -- 2.39.5