Bugzilla – Attachment 2600 Details for
Bug 5195
006 field missing critical values
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
0001-bug-5159-add-missing-values-to-006-00-builder.patch (text/plain), 6.22 KB, created by
Nicole C. Engard
on 2010-09-03 00:40:50 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Nicole C. Engard
Created:
2010-09-03 00:40:50 UTC
Size:
6.22 KB
patch
obsolete
>From f1c5c83803b69b8946aee82cdc11c6839d36041a Mon Sep 17 00:00:00 2001 >From: Nicole Engard <nengard@bywatersolutions.com> >Date: Wed, 1 Sep 2010 21:32:37 -0400 >Subject: [PATCH] bug 5159 add missing values to 006-00 builder >Content-Type: text/plain; charset="utf-8" > >This is only part of the patch for this bug, it adds the >missing values to the 00 field of the 006. > >It does not add the conditional values to the additional >fields depending on the choice made in the 00 field. >--- > .../value_builder/marc21_field_006.tmpl | 84 ++++++++++++++++++++ > 1 files changed, 84 insertions(+), 0 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_field_006.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_field_006.tmpl >index 3661879..5c42311 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_field_006.tmpl >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_field_006.tmpl >@@ -22,6 +22,90 @@ > <!-- TMPL_ELSE --> > <option value="b">b- Manuscript language material</option> > <!-- /TMPL_IF --> >+ >+ <!-- TMPL_IF name="f0c" --> >+ <option value="c" selected="selected">c- Notated music</option> >+ <!-- TMPL_ELSE --> >+ <option value="c">c- Notated music</option> >+ <!-- /TMPL_IF --> >+ >+ <!-- TMPL_IF name="f0d" --> >+ <option value="d" selected="selected">d- Manuscript notated music</option> >+ <!-- TMPL_ELSE --> >+ <option value="d">d- Manuscript notated music</option> >+ <!-- /TMPL_IF --> >+ >+ <!-- TMPL_IF name="f0e" --> >+ <option value="e" selected="selected">e- Cartographic material</option> >+ <!-- TMPL_ELSE --> >+ <option value="e">e- Cartographic material</option> >+ <!-- /TMPL_IF --> >+ >+ <!-- TMPL_IF name="f0f" --> >+ <option value="f" selected="selected">f- Manuscript cartographic material</option> >+ <!-- TMPL_ELSE --> >+ <option value="f">f- Manuscript cartographic material</option> >+ <!-- /TMPL_IF --> >+ >+ <!-- TMPL_IF name="f0g" --> >+ <option value="g" selected="selected">g- Projected medium</option> >+ <!-- TMPL_ELSE --> >+ <option value="g">g- Projected medium</option> >+ <!-- /TMPL_IF --> >+ >+ <!-- TMPL_IF name="f0i" --> >+ <option value="i" selected="selected">i- Nonmusical sound recording</option> >+ <!-- TMPL_ELSE --> >+ <option value="i">i- Nonmusical sound recording</option> >+ <!-- /TMPL_IF --> >+ >+ <!-- TMPL_IF name="f0j" --> >+ <option value="j" selected="selected">j- Musical sound recording</option> >+ <!-- TMPL_ELSE --> >+ <option value="j">j- Musical sound recording</option> >+ <!-- /TMPL_IF --> >+ >+ <!-- TMPL_IF name="f0k" --> >+ <option value="k" selected="selected">k- Two-dimensional nonprojectable graphic</option> >+ <!-- TMPL_ELSE --> >+ <option value="k">k- Two-dimensional nonprojectable graphic</option> >+ <!-- /TMPL_IF --> >+ >+ <!-- TMPL_IF name="f0m" --> >+ <option value="m" selected="selected">m- Computer file/Electronic resource</option> >+ <!-- TMPL_ELSE --> >+ <option value="m">m- Computer file/Electronic resource</option> >+ <!-- /TMPL_IF --> >+ >+ <!-- TMPL_IF name="f0o" --> >+ <option value="o" selected="selected">o- Kit</option> >+ <!-- TMPL_ELSE --> >+ <option value="o">o- Kit</option> >+ <!-- /TMPL_IF --> >+ >+ <!-- TMPL_IF name="f0p" --> >+ <option value="p" selected="selected">p- Mixed material</option> >+ <!-- TMPL_ELSE --> >+ <option value="p">p- Mixed material</option> >+ <!-- /TMPL_IF --> >+ >+ <!-- TMPL_IF name="f0r" --> >+ <option value="r" selected="selected">r- Three-dimensional artifact or naturally occurring object</option> >+ <!-- TMPL_ELSE --> >+ <option value="r">r- Three-dimensional artifact or naturally occurring object</option> >+ <!-- /TMPL_IF --> >+ >+ <!-- TMPL_IF name="f0s" --> >+ <option value="s" selected="selected">s- Serial/Integrating resource</option> >+ <!-- TMPL_ELSE --> >+ <option value="s">s- Serial/Integrating resource</option> >+ <!-- /TMPL_IF --> >+ >+ <!-- TMPL_IF name="f0t" --> >+ <option value="t" selected="selected">t- Manuscript language material</option> >+ <!-- TMPL_ELSE --> >+ <option value="t">t- Manuscript language material</option> >+ <!-- /TMPL_IF --> > </select> > </td> > </tr> >-- >1.5.6.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 5195
: 2600