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.

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>
This commit is contained in:
Sophie Meynieux 2012-06-05 17:44:25 +02:00 committed by Paul Poulain
parent 4afe8b00a1
commit 45a0e7a9db

View 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 %]