Bugzilla – Attachment 38631 Details for
Bug 9067
Staging an authority file gives conflicting messages
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[PASSED QA] Bug 9067 - Fix space
PASSED-QA-Bug-9067---Fix-space.patch (text/plain), 1.27 KB, created by
Katrin Fischer
on 2015-04-29 05:43:34 UTC
(
hide
)
Description:
[PASSED QA] Bug 9067 - Fix space
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2015-04-29 05:43:34 UTC
Size:
1.27 KB
patch
obsolete
>From fef9d0fcdc51148da23555ec6d58ab96b0974cab Mon Sep 17 00:00:00 2001 >From: Mark Tompsett <mtompset@hotmail.com> >Date: Sat, 25 Apr 2015 11:44:06 -0400 >Subject: [PATCH] [PASSED QA] Bug 9067 - Fix space > >There was a [ % END %] which triggered template parsing errors. >Follow the test plan in comment #7 with both patches applied. > >Signed-off-by: Mark Tompsett <mtompset@hotmail.com> > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > koha-tmpl/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 67cf116..f00929f 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 >@@ -379,7 +379,7 @@ $(document).ready(function(){ > <tr><td>Number of items added</td><td>[% num_items_added %]</td></tr> > <tr><td>Number of items replaced</td><td>[% num_items_replaced %]</td></tr> > <tr><td>Number of items ignored because of duplicate barcode</td><td>[% num_items_errored %]</td></tr> >- [ % END %] >+ [% END %] > </table> > [% END %] > [% IF ( did_revert ) %] >-- >1.9.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 9067
:
13417
|
37416
|
37674
|
37713
|
38510
|
38511
|
38512
|
38630
|
38631
|
39188
|
39189