Bugzilla – Attachment 174555 Details for
Bug 28075
Add missing UNIMARC value for coded data 135a
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 28075: Add missing UNIMARC coded data 135a
Bug-28075-Add-missing-UNIMARC-coded-data-135a.patch (text/plain), 3.41 KB, created by
Marcel de Rooy
on 2024-11-15 10:09:57 UTC
(
hide
)
Description:
Bug 28075: Add missing UNIMARC coded data 135a
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2024-11-15 10:09:57 UTC
Size:
3.41 KB
patch
obsolete
>From e236b5cd00af04c97d6745d1f75576ce05e18b5d Mon Sep 17 00:00:00 2001 >From: Didier Gautheron <didier.gautheron@biblibre.com> >Date: Thu, 7 Nov 2024 14:32:35 +0100 >Subject: [PATCH] Bug 28075: Add missing UNIMARC coded data 135a >Content-Type: text/plain; charset=utf-8 > >This patch add more values to selection of 135a in UNIMARC > >Test Plan: > 1) Add on default framework the field 135a and check the Editor option > 2) Set on plugin section the value of unimarc_field_135a.pl > 3) Open cataloguing editor and use 135 field tag editor to select a value > 4) Apply patch > 5) Open cataloguing editor and use 135 field tag editor to select a value, > after patch you have more options to select > >Signed-off-by: David Nind <david@davidnind.com> > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > .../value_builder/unimarc_field_135a.tt | 30 +++++++++++++++++++ > 1 file changed, 30 insertions(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_135a.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_135a.tt >index 6e3c569beb..84ee5f9268 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_135a.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_135a.tt >@@ -43,6 +43,36 @@ > [% ELSE %] > <option value="d">text</option> > [% END %] >+ [% IF ( f1e ) %] >+ <option value="e" selected="selected">données bibliographiques</option> >+ [% ELSE %] >+ <option value="e">données bibliographiques</option> >+ [% END %] >+ [% IF ( f1f ) %] >+ <option value="f" selected="selected">polices de caractères</option> >+ [% ELSE %] >+ <option value="f">polices de caractères</option> >+ [% END %] >+ [% IF ( f1g ) %] >+ <option value="g" selected="selected">jeu</option> >+ [% ELSE %] >+ <option value="g">jeu</option> >+ [% END %] >+ [% IF ( f1h ) %] >+ <option value="h" selected="selected">son</option> >+ [% ELSE %] >+ <option value="h">son</option> >+ [% END %] >+ [% IF ( f1i ) %] >+ <option value="i" selected="selected">multimédia interactif</option> >+ [% ELSE %] >+ <option value="i">multimédia interactif</option> >+ [% END %] >+ [% IF ( f1j ) %] >+ <option value="j" selected="selected">système ou service en ligne</option> >+ [% ELSE %] >+ <option value="j">système ou service en ligne</option> >+ [% END %] > [% IF ( f1u ) %] > <option value="u" selected="selected">unknown</option> > [% ELSE %] >-- >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 28075
:
119117
|
120293
|
124464
|
124465
|
125323
|
125987
|
174236
|
174237
|
174295
|
174296
|
174552
|
174553
| 174555 |
174556