Bugzilla – Attachment 9923 Details for
Bug 8191
New value for 8 position in coded data field 100 in unimarc
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 8191 : Adding a new value to 8 position of coded data field 100
Bug-8191--Adding-a-new-value-to-8-position-of-code.patch (text/plain), 1.48 KB, created by
Sophie MEYNIEUX
on 2012-06-05 15:58:39 UTC
(
hide
)
Description:
Bug 8191 : Adding a new value to 8 position of coded data field 100
Filename:
MIME Type:
Creator:
Sophie MEYNIEUX
Created:
2012-06-05 15:58:39 UTC
Size:
1.48 KB
patch
obsolete
>From 0008fbaf1d53f2e28b9d8ddce3326ead605b8870 Mon Sep 17 00:00:00 2001 >From: Sophie Meynieux <sophie.meynieux@biblibre.com> >Date: Tue, 5 Jun 2012 17:44:25 +0200 >Subject: [PATCH] Bug 8191 : Adding a new value to 8 position of coded data > field 100 > >From july 2012, unimarc norm evolves and the value k "monograph with both publication date and print date" must be added for this position. >--- > .../cataloguing/value_builder/unimarc_field_100.tt | 6 ++++++ > 1 files changed, 6 insertions(+), 0 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_100.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_100.tt >index 023c5a8..f1c047e 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_100.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_100.tt >@@ -81,6 +81,12 @@ year</option> > <option value="j">j - document with detailed date of publication</option> > [% END %] > >+ [% IF ( f2k ) %] >+ <option value="k" selected="selected">k - monograph with both publication date and print date</option> >+ [% ELSE %] >+ <option value="k">k - monograph with both publication date and print date</option> >+ [% END %] >+ > [% IF ( f2u ) %] > <option value="u" selected="selected">u - Unknown publication date</option> > [% ELSE %] >-- >1.7.5.4
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 8191
:
9923
|
10321