Bug 34665: Update MARC21 default framework to Update 35 (Dec. 2022)
This patch updates the default MARC21 framework to reflect the changes brought by Update 35 (December 2022). To test: 1. Apply patch and restart 2. Go to Administration > MARC bibliographic framework 3. Click Actions next to the default framework and choose MARC structure 4. Check for the changes detailed in the update https://www.loc.gov/marc/up35bibliographic/bdapndxg.html - There should be one new subfield in field 856 - g Persistent identifier (R) - Subfield h should now be named Non-functioning Uniform Resource Identifier - Subfield q should now be repeatable Signed-off-by: David Nind <david@davidnind.com> Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de> Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
parent
a969ca1472
commit
abd249d1ee
1 changed files with 21 additions and 3 deletions
|
@ -60222,10 +60222,28 @@ tables:
|
|||
link: ""
|
||||
defaultvalue:
|
||||
|
||||
- tagfield: "856"
|
||||
tagsubfield: "g"
|
||||
liblibrarian: "Persistent identifier"
|
||||
libopac: "Persistent identifier"
|
||||
repeatable: 1
|
||||
mandatory: 0
|
||||
kohafield: ""
|
||||
tab: 8
|
||||
authorised_value: ""
|
||||
authtypecode: ""
|
||||
value_builder: ""
|
||||
isurl: 0
|
||||
hidden: -1
|
||||
frameworkcode: ""
|
||||
seealso: ""
|
||||
link: ""
|
||||
defaultvalue:
|
||||
|
||||
- tagfield: "856"
|
||||
tagsubfield: "h"
|
||||
liblibrarian: "Processor of request [OBSOLETE]"
|
||||
libopac: "Processor of request [OBSOLETE]"
|
||||
liblibrarian: "Non-functioning Uniform Resource Identifier"
|
||||
libopac: "Non-functioning Uniform Resource Identifier"
|
||||
repeatable: 0
|
||||
mandatory: 0
|
||||
kohafield: ""
|
||||
|
@ -60388,7 +60406,7 @@ tables:
|
|||
tagsubfield: "q"
|
||||
liblibrarian: "Electronic format type"
|
||||
libopac: "Electronic format type"
|
||||
repeatable: 0
|
||||
repeatable: 1
|
||||
mandatory: 0
|
||||
kohafield: ""
|
||||
tab: 8
|
||||
|
|
Loading…
Reference in a new issue