Bugzilla – Attachment 185335 Details for
Bug 21272
MARC import should warn about mis-matched branch during staged import
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
(follow-up) Tidy manage-marc-import.tt
follow-up-Tidy-manage-marc-importtt.patch (text/plain), 2.24 KB, created by
Hammat wele
on 2025-08-12 14:24:59 UTC
(
hide
)
Description:
(follow-up) Tidy manage-marc-import.tt
Filename:
MIME Type:
Creator:
Hammat wele
Created:
2025-08-12 14:24:59 UTC
Size:
2.24 KB
patch
obsolete
>From bdf5b679b263e3022b5f050870d4f178d4f04e91 Mon Sep 17 00:00:00 2001 >From: Hammat Wele <hammat.wele@inlibro.com> >Date: Tue, 12 Aug 2025 14:04:49 +0000 >Subject: [PATCH] (follow-up) Tidy manage-marc-import.tt > >https://bugs.koha-community.org/show_bug.cgi?id=21272 >Signed-off-by: Hammat Wele <hammat.wele@inlibro.com> >--- > .../prog/en/modules/tools/manage-marc-import.tt | 11 ++++++----- > 1 file changed, 6 insertions(+), 5 deletions(-) > >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 c558b956dfa..49c423eb53c 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 >@@ -258,11 +258,12 @@ > <input type="submit" class="button" name="mainformsubmit" value="Import this batch into the catalog" /> > </fieldset> > [% IF ( missing_branches ) %] >- <div class="dialog alert"><span>One and more records contains incorrect library codes which are not part of your installation:</span> >+ <div class="dialog alert" >+ ><span>One and more records contains incorrect library codes which are not part of your installation:</span> > <span> >- [% FOREACH branche IN branches %] >- [% branche | html %] >- [% END %] >+ [% FOREACH branche IN branches %] >+ [% branche | html %] >+ [% END %] > </span> > </div> > [% END %] >@@ -272,7 +273,7 @@ > <span> > [% FOREACH title IN titles %] > [% title | html %] >- | >+ | > [% END %] > </span> > </div> >-- >2.34.1
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 21272
:
155038
|
155039
|
155043
|
155523
|
155524
|
155525
|
158683
|
163646
|
163648
|
164143
|
164147
|
164148
|
164149
|
178921
|
178922
|
178923
|
178924
|
178925
|
178926
|
178927
|
178928
|
179837
|
179838
|
179839
|
179840
|
179841
|
179842
|
179843
|
179844
|
180383
|
180534
|
180535
|
180536
|
180537
|
180538
|
180539
|
180540
|
180541
|
180542
|
185334
| 185335