From b422deb345b0f47080e2c3123080dc62d36654dc Mon Sep 17 00:00:00 2001 From: Caroline Cyr La Rose Date: Mon, 30 Jun 2025 14:27:31 -0400 Subject: [PATCH] Bug 40071: MARC21 Addition to relator terms in technical notice 2025-06-04 This patch adds a relator term that was added to the MARC code list for relators in the June 4, 2025 technical notice. The new term is waw - Writer of afterword. 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 waw --> There should be an entry for waw - Writer of afterword Signed-off-by: Roman Dolny --- 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 d97df6beda..956da13007 100644 --- a/installer/data/mysql/en/optional/marc21_relatorterms.yml +++ b/installer/data/mysql/en/optional/marc21_relatorterms.yml @@ -1186,6 +1186,10 @@ tables: authorised_value: "wat" lib: "Writer of added text" + - category: "RELTERMS" + authorised_value: "waw" + lib: "Writer of afterword" + - category: "RELTERMS" authorised_value: "wdc" lib: "Woodcutter" -- 2.39.5