From 552c9ec46369d3b89a570142f0182127c8c3ea2a Mon Sep 17 00:00:00 2001 From: Caroline Cyr La Rose Date: Tue, 14 Jan 2025 11:53:01 -0500 Subject: [PATCH] Bug 38891: MARC21 Addition to relator terms in technical notice 2024-10-17 This patch adds a relator term that was added to the MARC code list for relators in the Oct. 17, 2024 technical notice. The new term is tad - Technical advisor. To test: 1. Apply patch and reset_all 2. Go to Administration > Authorized values 3. Search for the RELTERMS list and click on it 4. Search for tad --> There should be an entry for tad - Technical advisor Signed-off-by: Phil Ringnalda --- 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 1f741d139e4..d97df6beda4 100644 --- a/installer/data/mysql/en/optional/marc21_relatorterms.yml +++ b/installer/data/mysql/en/optional/marc21_relatorterms.yml @@ -1102,6 +1102,10 @@ tables: authorised_value: "swd" lib: "Software developer" + - category: "RELTERMS" + authorised_value: "tad" + lib: "Technical advisor" + - category: "RELTERMS" authorised_value: "tau" lib: "Television writer" -- 2.47.1