Bugzilla – Attachment 22029 Details for
Bug 11070
typo in UNIMARC 115a plugin
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 11070 - typo in UNIMARC 115a plugin
0001-Bug-11070-typo-in-UNIMARC-115a-plugin.patch (text/plain), 1.19 KB, created by
Fridolin Somers
on 2013-10-17 14:46:52 UTC
(
hide
)
Description:
Bug 11070 - typo in UNIMARC 115a plugin
Filename:
MIME Type:
Creator:
Fridolin Somers
Created:
2013-10-17 14:46:52 UTC
Size:
1.19 KB
patch
obsolete
>From ddd2cd07f95906a5568313ce12236fdd6705cb6f Mon Sep 17 00:00:00 2001 >From: Fridolyn SOMERS <fridolyn.somers@biblibre.com> >Date: Thu, 17 Oct 2013 16:45:48 +0200 >Subject: [PATCH] Bug 11070 - typo in UNIMARC 115a plugin > >In UNIMARC 115a cataloging plugin, there is a typo : "NTSC", not "NSTC" : >http://fr.wikipedia.org/wiki/Ntsc >--- > .../value_builder/unimarc_field_115a.tt | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_115a.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_115a.tt >index 4f64137..ba7e971 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_115a.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_115a.tt >@@ -1159,9 +1159,9 @@ > [% END %] > > [% IF ( f18b ) %] >- <option value="b" selected="selected">525 (e.g. NSTC)</option> >+ <option value="b" selected="selected">525 (e.g. NTSC)</option> > [% ELSE %] >- <option value="b">525 (e.g. NSTC)</option> >+ <option value="b">525 (e.g. NTSC)</option> > [% END %] > > [% IF ( f18c ) %] >-- >1.7.2.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 11070
:
22029
|
22078
|
22079
|
22228
|
22229