From ace77653464321161d3eaf1ee895b22638af4d26 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Mon, 28 Jul 2025 12:09:27 +0000 Subject: [PATCH] Bug 40508: (follow-up) Update more item field maxlengths - 2 - Source of classification or shelving scheme - 8 - Collection - a - Home library - b - Current library - c - Shelving location - f - Coded location qualifier - i - Inventory number - o - Full call number - t - Copy number - y - Koha item type Signed-off-by: David Nind --- .../mandatory/marc21_framework_DEFAULT.yml | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/installer/data/mysql/en/marcflavour/marc21/mandatory/marc21_framework_DEFAULT.yml b/installer/data/mysql/en/marcflavour/marc21/mandatory/marc21_framework_DEFAULT.yml index 03687e4181f..f1d25b4c0bd 100644 --- a/installer/data/mysql/en/marcflavour/marc21/mandatory/marc21_framework_DEFAULT.yml +++ b/installer/data/mysql/en/marcflavour/marc21/mandatory/marc21_framework_DEFAULT.yml @@ -420,7 +420,7 @@ tables: - tagfield: "952" tagsubfield: "2" - maxlength: 9999 + maxlength: 10 liblibrarian: "Source of classification or shelving scheme" libopac: "Source of classification or shelving scheme" repeatable: 0 @@ -534,7 +534,7 @@ tables: - tagfield: "952" tagsubfield: "8" - maxlength: 9999 + maxlength: 80 liblibrarian: "Collection" libopac: "Collection" repeatable: 0 @@ -572,7 +572,7 @@ tables: - tagfield: "952" tagsubfield: "a" - maxlength: 9999 + maxlength: 10 liblibrarian: "Home library" libopac: "Home library" repeatable: 0 @@ -591,7 +591,7 @@ tables: - tagfield: "952" tagsubfield: "b" - maxlength: 9999 + maxlength: 10 liblibrarian: "Current library" libopac: "Current library" repeatable: 0 @@ -610,7 +610,7 @@ tables: - tagfield: "952" tagsubfield: "c" - maxlength: 9999 + maxlength: 80 liblibrarian: "Shelving location" libopac: "Shelving location" repeatable: 0 @@ -667,7 +667,7 @@ tables: - tagfield: "952" tagsubfield: "f" - maxlength: 9999 + maxlength: 10 liblibrarian: "Coded location qualifier" libopac: "Coded location qualifier" repeatable: 0 @@ -724,7 +724,7 @@ tables: - tagfield: "952" tagsubfield: "i" - maxlength: 9999 + maxlength: 80 liblibrarian: "Inventory number" libopac: "Inventory number" repeatable: 0 @@ -819,7 +819,7 @@ tables: - tagfield: "952" tagsubfield: "o" - maxlength: 9999 + maxlength: 255 liblibrarian: "Full call number" libopac: "Full call number" repeatable: 0 @@ -914,7 +914,7 @@ tables: - tagfield: "952" tagsubfield: "t" - maxlength: 9999 + maxlength: 32 liblibrarian: "Copy number" libopac: "Copy number" repeatable: 0 @@ -1009,7 +1009,7 @@ tables: - tagfield: "952" tagsubfield: "y" - maxlength: 9999 + maxlength: 10 liblibrarian: "Koha item type" libopac: "Koha item type" repeatable: 0 -- 2.39.5