Bugzilla – Attachment 174295 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.58 KB, created by
David Nind
on 2024-11-08 19:42:01 UTC
(
hide
)
Description:
Bug 28075: Add missing UNIMARC coded data 135a
Filename:
MIME Type:
Creator:
David Nind
Created:
2024-11-08 19:42:01 UTC
Size:
3.58 KB
patch
obsolete
>From 53c648f8004947b91cfbd81bd0109edda2e8e3bc 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 > >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> >--- > .../value_builder/unimarc_field_135a.tt | 35 +++++++++++++++++++ > 1 file changed, 35 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..67ffeb4500 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,41 @@ > [% ELSE %] > <option value="d">text</option> > [% END %] >+ [% IF ( f1d ) %] >+ <option value="d" selected="selected">text</option> >+ [% 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