From cad54ccf4aaf7d35917537ee2cbfff9e921bc2b8 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 Signed-off-by: Nick Clemens Signed-off-by: Thomas Klausner --- 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 c95efe312d..91e4686c67 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 99174f9cfb..1350af6a8d 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