From b95e544f15562ce43e2d042f354f58a4fc6db7b9 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Mon, 5 May 2025 12:37:43 +0000 Subject: [PATCH] Bug 39831: Correct typo in manage-marc-import.tt This patch corrects a typo in the staged MARC record management template: "xAction" -> "Action". To test: - Go to Cataloging -> Stage records for import. - Import a batch of MARC records for staging. - Import the staged batch. - Go to Cataloging -> Manage staged records. - Click the file name of the import to view its details. - The label "Action if matching record found:" should be correct. Sponsored-by: Athens County Public Libraries --- .../intranet-tmpl/prog/en/modules/tools/manage-marc-import.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/manage-marc-import.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/manage-marc-import.tt index f08a2593d16..5ba37a094e3 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/manage-marc-import.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/manage-marc-import.tt @@ -275,7 +275,7 @@ [% END %]
  • - xAction if matching record found: + Action if matching record found: [% IF ( overlay_action == 'replace' ) %] Replace existing record with incoming record [% ELSIF ( overlay_action == 'create_new' ) %] -- 2.39.5