From fff344940c656d3a530eca1a89e172f6d5ff919b Mon Sep 17 00:00:00 2001 From: Caroline Cyr La Rose Date: Thu, 31 Aug 2023 13:08:54 -0400 Subject: [PATCH] Bug 34677: Update to MARC21 relator terms list (Apr. 26, 2021 technical notice) This patch adds missing relator codes/terms to the marc21_relatorterms.yaml file in accordance with the April 26, 2021 technical notice. https://www.loc.gov/marc/relators/tn210426rel.html To test: 1. Apply patch and restart 2. Go to Administration > Authorized values > RELTERMS --> New term should be there Addition: pad - Place of address Signed-off-by: David Nind Signed-off-by: Katrin Fischer Signed-off-by: Tomas Cohen Arazi --- installer/data/mysql/en/optional/marc21_relatorterms.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/installer/data/mysql/en/optional/marc21_relatorterms.yml b/installer/data/mysql/en/optional/marc21_relatorterms.yml index a8d7248c98..4794127d44 100644 --- a/installer/data/mysql/en/optional/marc21_relatorterms.yml +++ b/installer/data/mysql/en/optional/marc21_relatorterms.yml @@ -726,6 +726,10 @@ tables: authorised_value: "own" lib: "Owner" + - category: "RELTERMS" + authorised_value: "pad" + lib: "Place of address" + - category: "RELTERMS" authorised_value: "pan" lib: "Panelist" -- 2.39.2