From 7f41b23ea7955ca940df8dff44b5180a4f69c991 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 --- 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 1f741d139e..d97df6beda 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.34.1