From d713cc440f4cffa97141502f890d63aef65d2ba9 Mon Sep 17 00:00:00 2001 From: Caroline Cyr La Rose Date: Tue, 18 Jun 2024 18:17:59 -0400 Subject: [PATCH] Bug 37125: Update MARC21 authority frameworks to Update 33 The patch updates the MARC21 authority frameworks to Update 33 To test: 1. Apply patch and reset_all 2. Go to Administration > Authority types 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/up33authority/adapndxf.html - No changes in the frameworks for field 034, changes only affect field documentation - There should be two new subfields in 672 - i - Relationship information (R) - 4 - Relationship (R) 5. Optional: Check other authority frameworks, they should all be changed Signed-off-by: Phil Ringnalda Signed-off-by: Katrin Fischer --- .../mandatory/authorities_normal_marc21.yml | 34 +++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/installer/data/mysql/en/marcflavour/marc21/mandatory/authorities_normal_marc21.yml b/installer/data/mysql/en/marcflavour/marc21/mandatory/authorities_normal_marc21.yml index 88ebf7be9a..b5a30ab35d 100644 --- a/installer/data/mysql/en/marcflavour/marc21/mandatory/authorities_normal_marc21.yml +++ b/installer/data/mysql/en/marcflavour/marc21/mandatory/authorities_normal_marc21.yml @@ -24161,6 +24161,23 @@ tables: kohafield: "" frameworkcode: "" + - authtypecode: "" + tagfield: "672" + tagsubfield: "4" + liblibrarian: "Relationship" + libopac: "Relationship" + repeatable: 1 + mandatory: 0 + tab: 6 + authorised_value: + value_builder: + seealso: + isurl: 0 + hidden: 0 + linkid: 0 + kohafield: "" + frameworkcode: "" + - authtypecode: "" tagfield: "672" tagsubfield: "6" @@ -24246,6 +24263,23 @@ tables: kohafield: "" frameworkcode: "" + - authtypecode: "" + tagfield: "672" + tagsubfield: "i" + liblibrarian: "Relationship information" + libopac: "Relationship information" + repeatable: 1 + mandatory: 0 + tab: 6 + authorised_value: + value_builder: + seealso: + isurl: 0 + hidden: 0 + linkid: 0 + kohafield: "" + frameworkcode: "" + - authtypecode: "" tagfield: "672" tagsubfield: "w" -- 2.39.5