From d53b39f4d184ceee0cd246c6a8a92dea9bcfef1d 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 Content-Type: text/plain; charset=utf-8 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 Signed-off-by: Marcel de Rooy --- 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.39.5