From 89d3fa879c8225d46e7c7393dba4338b456c6155 Mon Sep 17 00:00:00 2001
From: Caroline Cyr La Rose <caroline.cyr-la-rose@inlibro.com>
Date: Thu, 31 Aug 2023 13:08:54 -0400
Subject: [PATCH] Bug 34677: Update to MARC21 relator terms list (Apr. 26, 2021
 technical notice)

This patch adds missing relator codes/terms to the marc21_relatorterms.yaml file in accordance with the April 26, 2021 technical notice.

https://www.loc.gov/marc/relators/tn210426rel.html

To test:
1. Apply patch and restart
2. Go to Administration > Authorized values > RELTERMS
   --> New term should be there

Addition:
pad - Place of address

Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
---
 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 a8d7248c98..4794127d44 100644
--- a/installer/data/mysql/en/optional/marc21_relatorterms.yml
+++ b/installer/data/mysql/en/optional/marc21_relatorterms.yml
@@ -726,6 +726,10 @@ tables:
           authorised_value: "own"
           lib: "Owner"
 
+        - category: "RELTERMS"
+          authorised_value: "pad"
+          lib: "Place of address"
+
         - category: "RELTERMS"
           authorised_value: "pan"
           lib: "Panelist"
-- 
2.30.2