From 368c3a142ec6941e4611108b9e9a29f5d9412e22 Mon Sep 17 00:00:00 2001 From: Caroline Cyr La Rose Date: Wed, 6 Mar 2024 10:05:14 -0500 Subject: [PATCH] Bug 36247: MARC21 Addition to relator terms in technical notice 2024-02-27 This patch adds the relator code gdv (Game developer) in the list of MARC21 relator terms in Koha. To test: 1. Apply patch and reset_all 2. Go to Administration > Authorized values > RELTERMS 3. Search for gdv --> The new relator code should be there with its corresponding term "Game developer" Note: this is added in the installer files. It will not affect existing installations. For existing installations, add the new relator code in Administration > Authorized values > RELTERMS. --- 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 c4f013eee3..a5e5c111fa 100644 --- a/installer/data/mysql/en/optional/marc21_relatorterms.yml +++ b/installer/data/mysql/en/optional/marc21_relatorterms.yml @@ -558,6 +558,10 @@ tables: authorised_value: "frg" lib: "Forger" + - category: "RELTERMS" + authorised_value: "gdv" + lib: "Game developer" + - category: "RELTERMS" authorised_value: "gis" lib: "Geographic information specialist" -- 2.34.1