Bug 8191 : Adding a new value to 8 position of coded data field 100
authorSophie Meynieux <sophie.meynieux@biblibre.com>
Tue, 5 Jun 2012 15:44:25 +0000 (17:44 +0200)
committerPaul Poulain <paul.poulain@biblibre.com>
Mon, 25 Jun 2012 16:23:24 +0000 (18:23 +0200)
From july 2012, unimarc norm evolves and the value k "monograph with both publication date and print date" must be added for this position.

Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Checked the new value shows up and is correctly copied into the field.

Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_100.tt

index 023c5a8..f1c047e 100644 (file)
@@ -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 %]