Bugzilla – Attachment 181937 Details for
Bug 39831
Correct typo in manage-marc-import.tt
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 39831: Correct typo in manage-marc-import.tt
Bug-39831-Correct-typo-in-manage-marc-importtt.patch (text/plain), 1.68 KB, created by
David Nind
on 2025-05-05 18:13:49 UTC
(
hide
)
Description:
Bug 39831: Correct typo in manage-marc-import.tt
Filename:
MIME Type:
Creator:
David Nind
Created:
2025-05-05 18:13:49 UTC
Size:
1.68 KB
patch
obsolete
>From 57335c412bee8fb484b290dbc37040c30f8b4bb1 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >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 >Signed-off-by: David Nind <david@davidnind.com> >--- > .../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 f08a2593d1..5ba37a094e 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 %] > </li> > <li> >- <span class="label">xAction if matching record found:</span> >+ <span class="label">Action if matching record found:</span> > [% IF ( overlay_action == 'replace' ) %] > <span>Replace existing record with incoming record</span> > [% ELSIF ( overlay_action == 'create_new' ) %] >-- >2.39.5
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 39831
:
181922
| 181937