From 7fcc6f3be2afe8073bb202af6ce1099f8dd7004f Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Fri, 27 Jan 2023 16:32:16 -0300 Subject: [PATCH] Bug 32741: Fix {biblios|authorities}/bib1.att duplicate codes This patch fixes a duplicate attribute code for Author-in-order in the biblios definition. The picked code matches what was already in ccl.properties. Also Chronological-term for authorities gets fixed. To test: 1. Apply the regression tests 2. Run: k$ prove xt/verify_bib1.att.t => FAIL: Some failiures 3. Apply this patch 4. Repeat 1 => SUCCESS: Tests now pass! 5. Sign off :-D Signed-off-by: Tomas Cohen Arazi Signed-off-by: David Nind Signed-off-by: Martin Renvoize --- etc/zebradb/authorities/etc/bib1.att | 2 +- etc/zebradb/biblios/etc/bib1.att | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/zebradb/authorities/etc/bib1.att b/etc/zebradb/authorities/etc/bib1.att index f4c080a1fe4..aa35022ac9c 100644 --- a/etc/zebradb/authorities/etc/bib1.att +++ b/etc/zebradb/authorities/etc/bib1.att @@ -41,7 +41,7 @@ att 9011 Title-uniform-see-from att 9012 Title-uniform-see-also-from # Chronological Term -att 9038 Chronological-term +att 9044 Chronological-term att 9019 Chronological-term-heading att 9020 Chronological-term-see-from att 9021 Chronological-term-see-also-from diff --git a/etc/zebradb/biblios/etc/bib1.att b/etc/zebradb/biblios/etc/bib1.att index 6dcbb27f45b..5689011c3b2 100644 --- a/etc/zebradb/biblios/etc/bib1.att +++ b/etc/zebradb/biblios/etc/bib1.att @@ -361,7 +361,7 @@ att 9707 char-encoding # Author-personal-bibliography - lastname,firstname in 100$a att 9900 Author-personal-bibliography # Author-in-order - firstname lastname in 245$c statement of responsibility -att 9902 Author-in-order +att 8901 Author-in-order # Lexile number att 9903 lexile-number att 9908 Interest-age-level -- 2.39.1