[Koha-patches] [PATCH 2/3] BUG 4506: Add 8xx $w subfields to MARC-Frameworks pl-PL

Katrin Fischer Katrin.Fischer.83 at web.de
Wed Jun 2 16:13:40 CEST 2010


 From fa681b2bb31cdc95e4fb72b0c81886a0c1b43624 Mon Sep 17 00:00:00 2001
From: Katrin Fischer <Katrin.Fischer.83 at web.de>
Date: Sun, 23 May 2010 16:36:29 +0200
Subject: [PATCH 1/3] BUG 4506: Add 8xx $w subfields to MARC-Frameworks pl-PL
Content-Type: text/plain; charset="utf-8"

ru-RU and uk-UA have no files for MARC21
---
  .../marc21/mandatory/marc21_framework_DEFAULT.sql  |    4 ++
  .../optional/marc21_simple_bib_frameworks.sql      |   32 
++++++++++++++++++++
  2 files changed, 36 insertions(+), 0 deletions(-)

diff --git 
a/installer/data/mysql/pl-PL/marcflavour/marc21/mandatory/marc21_framework_DEFAULT.sql 
b/installer/data/mysql/pl-PL/marcflavour/marc21/mandatory/marc21_framework_DEFAULT.sql
index be49737..81c25f7 100644
--- 
a/installer/data/mysql/pl-PL/marcflavour/marc21/mandatory/marc21_framework_DEFAULT.sql
+++ 
b/installer/data/mysql/pl-PL/marcflavour/marc21/mandatory/marc21_framework_DEFAULT.sql
@@ -2714,6 +2714,7 @@ INSERT INTO `marc_subfield_structure` (`tagfield`, 
`tagsubfield`, `liblibrarian`
          ('800', 't', 'Title of a work', 'Title of a work', 0, 0, '', 
8, '', '', '', NULL, -6, '', '', '', NULL),
          ('800', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 8, '', 
'', '', NULL, -6, '', '', '', NULL),
          ('800', 'v', 'Volume/sequential designation', 
'Volume/sequential designation', 0, 0, '', 8, '', '', '', NULL, -6, '', 
'', '', NULL),
+        ('800', 'w', 'Bibliographic record control number', 
'Bibliographic record control number', 1, 0, NULL, 8, NULL, NULL, '', 
NULL, -6, '', '', '', NULL),
          ('810', '4', 'Relator code', 'Relator code', 1, 0, '', 8, '', 
'', '', NULL, -1, '', '', '', NULL),
          ('810', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', 
NULL, -6, '', '', '', NULL),
          ('810', '8', 'Field link and sequence number', 'Field link and 
sequence number', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
@@ -2737,6 +2738,7 @@ INSERT INTO `marc_subfield_structure` (`tagfield`, 
`tagsubfield`, `liblibrarian`
          ('810', 't', 'Title of a work', 'Title of a work', 0, 0, '', 
8, '', '', '', NULL, -6, '', '', '', NULL),
          ('810', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 8, '', 
'', '', NULL, -6, '', '', '', NULL),
          ('810', 'v', 'Volume/sequential designation', 
'Volume/sequential designation', 0, 0, '', 8, '', '', '', NULL, -6, '', 
'', '', NULL),
+        ('810', 'w', 'Bibliographic record control number', 
'Bibliographic record control number', 1, 0, NULL, 8, NULL, NULL, '', 
NULL, -6, '', '', '', NULL),
          ('811', '4', 'Relator code', 'Relator code', 1, 0, NULL, 8, 
NULL, NULL, '', NULL, -1, '', '', '', NULL),
          ('811', '6', 'Linkage', 'Linkage', 0, 0, NULL, 8, NULL, NULL, 
'', NULL, -6, '', '', '', NULL),
          ('811', '8', 'Field link and sequence number ', 'Field link 
and sequence number ', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, '', '', 
'', NULL),
@@ -2759,6 +2761,7 @@ INSERT INTO `marc_subfield_structure` (`tagfield`, 
`tagsubfield`, `liblibrarian`
          ('811', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 
8, NULL, NULL, '', NULL, -6, '', '', '', NULL),
          ('811', 'u', 'Affiliation', 'Affiliation', 0, 0, NULL, 8, 
NULL, NULL, '', NULL, -6, '', '', '', NULL),
          ('811', 'v', 'Volume/sequential designation', 
'Volume/sequential designation', 0, 0, NULL, 8, NULL, NULL, '', NULL, 
-6, '', '', '', NULL),
+        ('811', 'w', 'Bibliographic record control number', 
'Bibliographic record control number', 1, 0, NULL, 8, NULL, NULL, '', 
NULL, -6, '', '', '', NULL),
          ('830', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', 
NULL, -6, '', '', '', NULL),
          ('830', '8', 'Field link and sequence number', 'Field link and 
sequence number', 1, 0, '', 8, '', '', '', NULL, -6, '', '', '', NULL),
          ('830', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 8, '', '', '', 
0, -5, '', '', '', NULL),
@@ -2777,6 +2780,7 @@ INSERT INTO `marc_subfield_structure` (`tagfield`, 
`tagsubfield`, `liblibrarian`
          ('830', 's', 'Version', 'Version', 0, 0, '', 8, '', '', '', 
NULL, -1, '', '', '', NULL),
          ('830', 't', 'Title of a work', 'Title of a work', 0, 0, '', 
8, '', '', '', NULL, -6, '', '', '', NULL),
          ('830', 'v', 'Volume number/sequential designation', 'Volume 
number/sequential designation', 0, 0, '', 8, '', '', '', NULL, -6, '', 
'', '', NULL),
+        ('830', 'w', 'Bibliographic record control number', 
'Bibliographic record control number', 1, 0, NULL, 8, NULL, NULL, '', 
NULL, -6, '', '', '', NULL),
          ('840', 'a', 'Title', 'Title', 0, 0, '', 8, '', '', '', NULL, 
-6, '', '', '', NULL),
          ('840', 'h', 'Medium', 'Medium', 1, 0, '', 8, '', '', '', 
NULL, -6, '', '', '', NULL),
          ('840', 'v', 'Volume number/sequential designation', 'Volume 
number/sequential designation', 0, 0, '', 8, '', '', '', NULL, -6, '', 
'', '', NULL),
diff --git 
a/installer/data/mysql/pl-PL/marcflavour/marc21/optional/marc21_simple_bib_frameworks.sql 
b/installer/data/mysql/pl-PL/marcflavour/marc21/optional/marc21_simple_bib_frameworks.sql
index 6b3a0dc..3d7d5ad 100644
--- 
a/installer/data/mysql/pl-PL/marcflavour/marc21/optional/marc21_simple_bib_frameworks.sql
+++ 
b/installer/data/mysql/pl-PL/marcflavour/marc21/optional/marc21_simple_bib_frameworks.sql
@@ -2740,6 +2740,7 @@ INSERT INTO `marc_subfield_structure` (`tagfield`, 
`tagsubfield`, `liblibrarian`
          ('800', 't', 'Title of a work', 'Title of a work', 0, 0, '', 
8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
          ('800', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 8, '', 
'', '', NULL, -6, 'BKS', '', '', NULL),
          ('800', 'v', 'Volume/sequential designation', 
'Volume/sequential designation', 0, 0, '', 8, '', '', '', NULL, -6, 
'BKS', '', '', NULL),
+        ('800', 'w', 'Bibliographic record control number', 
'Bibliographic record control number', 1, 0, NULL, 8, NULL, NULL, '', 
NULL, -6, 'BKS', '', '', NULL),
          ('810', '4', 'Relator code', 'Relator code', 1, 0, '', 8, '', 
'', '', NULL, -6, 'BKS', '', '', NULL),
          ('810', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', 
NULL, -6, 'BKS', '', '', NULL),
          ('810', '8', 'Field link and sequence number', 'Field link and 
sequence number', 1, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
@@ -2763,6 +2764,7 @@ INSERT INTO `marc_subfield_structure` (`tagfield`, 
`tagsubfield`, `liblibrarian`
          ('810', 't', 'Title of a work', 'Title of a work', 0, 0, '', 
8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
          ('810', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 8, '', 
'', '', NULL, -6, 'BKS', '', '', NULL),
          ('810', 'v', 'Volume/sequential designation', 
'Volume/sequential designation', 0, 0, '', 8, '', '', '', NULL, -6, 
'BKS', '', '', NULL),
+        ('810', 'w', 'Bibliographic record control number', 
'Bibliographic record control number', 1, 0, NULL, 8, NULL, NULL, '', 
NULL, -6, 'BKS', '', '', NULL),
          ('811', '4', 'Relator code', 'Relator code', 1, 0, NULL, 8, 
NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
          ('811', '6', 'Linkage', 'Linkage', 0, 0, NULL, 8, NULL, NULL, 
'', NULL, -6, 'BKS', '', '', NULL),
          ('811', '8', 'Field link and sequence number ', 'Field link 
and sequence number ', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'BKS', 
'', '', NULL),
@@ -2785,6 +2787,7 @@ INSERT INTO `marc_subfield_structure` (`tagfield`, 
`tagsubfield`, `liblibrarian`
          ('811', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 
8, NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
          ('811', 'u', 'Affiliation', 'Affiliation', 0, 0, NULL, 8, 
NULL, NULL, '', NULL, -6, 'BKS', '', '', NULL),
          ('811', 'v', 'Volume/sequential designation', 
'Volume/sequential designation', 0, 0, NULL, 8, NULL, NULL, '', NULL, 
-6, 'BKS', '', '', NULL),
+        ('811', 'w', 'Bibliographic record control number', 
'Bibliographic record control number', 1, 0, NULL, 8, NULL, NULL, '', 
NULL, -6, 'BKS', '', '', NULL),
          ('830', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', 
NULL, -6, 'BKS', '', '', NULL),
          ('830', '8', 'Field link and sequence number', 'Field link and 
sequence number', 1, 0, '', 8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
          ('830', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 8, '', '', '', 
0, -5, 'BKS', '', '', NULL),
@@ -2803,6 +2806,7 @@ INSERT INTO `marc_subfield_structure` (`tagfield`, 
`tagsubfield`, `liblibrarian`
          ('830', 's', 'Version', 'Version', 0, 0, '', 8, '', '', '', 
NULL, -6, 'BKS', '', '', NULL),
          ('830', 't', 'Title of a work', 'Title of a work', 0, 0, '', 
8, '', '', '', NULL, -6, 'BKS', '', '', NULL),
          ('830', 'v', 'Volume number/sequential designation', 'Volume 
number/sequential designation', 0, 0, '', 8, '', '', '', NULL, -6, 
'BKS', '', '', NULL),
+        ('830', 'w', 'Bibliographic record control number', 
'Bibliographic record control number', 1, 0, NULL, 8, NULL, NULL, '', 
NULL, -6, 'BKS', '', '', NULL),
          ('840', 'a', 'Title', 'Title', 0, 0, '', 8, '', '', '', NULL, 
-6, 'BKS', '', '', NULL),
          ('840', 'h', 'Medium', 'Medium', 1, 0, '', 8, '', '', '', 
NULL, -6, 'BKS', '', '', NULL),
          ('840', 'v', 'Volume number/sequential designation', 'Volume 
number/sequential designation', 0, 0, '', 8, '', '', '', NULL, -6, 
'BKS', '', '', NULL),
@@ -6660,6 +6664,7 @@ INSERT INTO `marc_subfield_structure` (`tagfield`, 
`tagsubfield`, `liblibrarian`
          ('800', 's', 'Version', 'Version', 0, 0, '', 8, '', '', '', 
NULL, -6, 'CF', '', '', NULL),
          ('800', 't', 'Title of a work', 'Title of a work', 0, 0, '', 
8, '', '', '', NULL, -6, 'CF', '', '', NULL),
          ('800', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 8, '', 
'', '', NULL, -6, 'CF', '', '', NULL),
+        ('800', 'w', 'Bibliographic record control number', 
'Bibliographic record control number', 1, 0, NULL, 8, NULL, NULL, '', 
NULL, -6, 'CF', '', '', NULL),
          ('800', 'v', 'Volume/sequential designation', 
'Volume/sequential designation', 0, 0, '', 8, '', '', '', NULL, -6, 
'CF', '', '', NULL),
          ('810', '4', 'Relator code', 'Relator code', 1, 0, '', 8, '', 
'', '', NULL, -6, 'CF', '', '', NULL),
          ('810', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', 
NULL, -6, 'CF', '', '', NULL),
@@ -6684,6 +6689,7 @@ INSERT INTO `marc_subfield_structure` (`tagfield`, 
`tagsubfield`, `liblibrarian`
          ('810', 't', 'Title of a work', 'Title of a work', 0, 0, '', 
8, '', '', '', NULL, -6, 'CF', '', '', NULL),
          ('810', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 8, '', 
'', '', NULL, -6, 'CF', '', '', NULL),
          ('810', 'v', 'Volume/sequential designation', 
'Volume/sequential designation', 0, 0, '', 8, '', '', '', NULL, -6, 
'CF', '', '', NULL),
+        ('810', 'w', 'Bibliographic record control number', 
'Bibliographic record control number', 1, 0, NULL, 8, NULL, NULL, '', 
NULL, -6, 'CF', '', '', NULL),
          ('811', '4', 'Relator code', 'Relator code', 1, 0, NULL, 8, 
NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
          ('811', '6', 'Linkage', 'Linkage', 0, 0, NULL, 8, NULL, NULL, 
'', NULL, -6, 'CF', '', '', NULL),
          ('811', '8', 'Field link and sequence number ', 'Field link 
and sequence number ', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'CF', 
'', '', NULL),
@@ -6706,6 +6712,7 @@ INSERT INTO `marc_subfield_structure` (`tagfield`, 
`tagsubfield`, `liblibrarian`
          ('811', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 
8, NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
          ('811', 'u', 'Affiliation', 'Affiliation', 0, 0, NULL, 8, 
NULL, NULL, '', NULL, -6, 'CF', '', '', NULL),
          ('811', 'v', 'Volume/sequential designation', 
'Volume/sequential designation', 0, 0, NULL, 8, NULL, NULL, '', NULL, 
-6, 'CF', '', '', NULL),
+        ('811', 'w', 'Bibliographic record control number', 
'Bibliographic record control number', 1, 0, NULL, 8, NULL, NULL, '', 
NULL, -6, 'CF', '', '', NULL),
          ('830', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', 
NULL, -6, 'CF', '', '', NULL),
          ('830', '8', 'Field link and sequence number', 'Field link and 
sequence number', 1, 0, '', 8, '', '', '', NULL, -6, 'CF', '', '', NULL),
          ('830', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 8, '', '', '', 
0, -5, 'CF', '', '', NULL),
@@ -6724,6 +6731,7 @@ INSERT INTO `marc_subfield_structure` (`tagfield`, 
`tagsubfield`, `liblibrarian`
          ('830', 's', 'Version', 'Version', 0, 0, '', 8, '', '', '', 
NULL, -6, 'CF', '', '', NULL),
          ('830', 't', 'Title of a work', 'Title of a work', 0, 0, '', 
8, '', '', '', NULL, -6, 'CF', '', '', NULL),
          ('830', 'v', 'Volume number/sequential designation', 'Volume 
number/sequential designation', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', 
'', '', NULL),
+        ('830', 'w', 'Bibliographic record control number', 
'Bibliographic record control number', 1, 0, NULL, 8, NULL, NULL, '', 
NULL, -6, 'CF', '', '', NULL),
          ('840', 'a', 'Title', 'Title', 0, 0, '', 8, '', '', '', NULL, 
-6, 'CF', '', '', NULL),
          ('840', 'h', 'Medium', 'Medium', 1, 0, '', 8, '', '', '', 
NULL, -6, 'CF', '', '', NULL),
          ('840', 'v', 'Volume number/sequential designation', 'Volume 
number/sequential designation', 0, 0, '', 8, '', '', '', NULL, -6, 'CF', 
'', '', NULL),
@@ -10581,6 +10589,7 @@ INSERT INTO `marc_subfield_structure` 
(`tagfield`, `tagsubfield`, `liblibrarian`
          ('800', 't', 'Title of a work', 'Title of a work', 0, 0, '', 
8, '', '', '', NULL, -6, 'SR', '', '', NULL),
          ('800', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 8, '', 
'', '', NULL, -6, 'SR', '', '', NULL),
          ('800', 'v', 'Volume/sequential designation', 
'Volume/sequential designation', 0, 0, '', 8, '', '', '', NULL, -6, 
'SR', '', '', NULL),
+        ('800', 'w', 'Bibliographic record control number', 
'Bibliographic record control number', 1, 0, NULL, 8, NULL, NULL, '', 
NULL, -6, 'SR', '', '', NULL),
          ('810', '4', 'Relator code', 'Relator code', 1, 0, '', 8, '', 
'', '', NULL, -6, 'SR', '', '', NULL),
          ('810', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', 
NULL, -6, 'SR', '', '', NULL),
          ('810', '8', 'Field link and sequence number', 'Field link and 
sequence number', 1, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
@@ -10604,6 +10613,7 @@ INSERT INTO `marc_subfield_structure` 
(`tagfield`, `tagsubfield`, `liblibrarian`
          ('810', 't', 'Title of a work', 'Title of a work', 0, 0, '', 
8, '', '', '', NULL, -6, 'SR', '', '', NULL),
          ('810', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 8, '', 
'', '', NULL, -6, 'SR', '', '', NULL),
          ('810', 'v', 'Volume/sequential designation', 
'Volume/sequential designation', 0, 0, '', 8, '', '', '', NULL, -6, 
'SR', '', '', NULL),
+        ('810', 'w', 'Bibliographic record control number', 
'Bibliographic record control number', 1, 0, NULL, 8, NULL, NULL, '', 
NULL, -6, 'SR', '', '', NULL),
          ('811', '4', 'Relator code', 'Relator code', 1, 0, NULL, 8, 
NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
          ('811', '6', 'Linkage', 'Linkage', 0, 0, NULL, 8, NULL, NULL, 
'', NULL, -6, 'SR', '', '', NULL),
          ('811', '8', 'Field link and sequence number ', 'Field link 
and sequence number ', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SR', 
'', '', NULL),
@@ -10626,6 +10636,7 @@ INSERT INTO `marc_subfield_structure` 
(`tagfield`, `tagsubfield`, `liblibrarian`
          ('811', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 
8, NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
          ('811', 'u', 'Affiliation', 'Affiliation', 0, 0, NULL, 8, 
NULL, NULL, '', NULL, -6, 'SR', '', '', NULL),
          ('811', 'v', 'Volume/sequential designation', 
'Volume/sequential designation', 0, 0, NULL, 8, NULL, NULL, '', NULL, 
-6, 'SR', '', '', NULL),
+        ('811', 'w', 'Bibliographic record control number', 
'Bibliographic record control number', 1, 0, NULL, 8, NULL, NULL, '', 
NULL, -6, 'SR', '', '', NULL),
          ('830', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', 
NULL, -6, 'SR', '', '', NULL),
          ('830', '8', 'Field link and sequence number', 'Field link and 
sequence number', 1, 0, '', 8, '', '', '', NULL, -6, 'SR', '', '', NULL),
          ('830', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 8, '', '', '', 
0, -5, 'SR', '', '', NULL),
@@ -10644,6 +10655,7 @@ INSERT INTO `marc_subfield_structure` 
(`tagfield`, `tagsubfield`, `liblibrarian`
          ('830', 's', 'Version', 'Version', 0, 0, '', 8, '', '', '', 
NULL, -6, 'SR', '', '', NULL),
          ('830', 't', 'Title of a work', 'Title of a work', 0, 0, '', 
8, '', '', '', NULL, -6, 'SR', '', '', NULL),
          ('830', 'v', 'Volume number/sequential designation', 'Volume 
number/sequential designation', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', 
'', '', NULL),
+        ('830', 'w', 'Bibliographic record control number', 
'Bibliographic record control number', 1, 0, NULL, 8, NULL, NULL, '', 
NULL, -6, 'SR', '', '', NULL),
          ('840', 'a', 'Title', 'Title', 0, 0, '', 8, '', '', '', NULL, 
-6, 'SR', '', '', NULL),
          ('840', 'h', 'Medium', 'Medium', 1, 0, '', 8, '', '', '', 
NULL, -6, 'SR', '', '', NULL),
          ('840', 'v', 'Volume number/sequential designation', 'Volume 
number/sequential designation', 0, 0, '', 8, '', '', '', NULL, -6, 'SR', 
'', '', NULL),
@@ -14501,6 +14513,7 @@ INSERT INTO `marc_subfield_structure` 
(`tagfield`, `tagsubfield`, `liblibrarian`
          ('800', 't', 'Title of a work', 'Title of a work', 0, 0, '', 
8, '', '', '', NULL, -6, 'VR', '', '', NULL),
          ('800', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 8, '', 
'', '', NULL, -6, 'VR', '', '', NULL),
          ('800', 'v', 'Volume/sequential designation', 
'Volume/sequential designation', 0, 0, '', 8, '', '', '', NULL, -6, 
'VR', '', '', NULL),
+        ('800', 'w', 'Bibliographic record control number', 
'Bibliographic record control number', 1, 0, NULL, 8, NULL, NULL, '', 
NULL, -6, 'VR', '', '', NULL),
          ('810', '4', 'Relator code', 'Relator code', 1, 0, '', 8, '', 
'', '', NULL, -6, 'VR', '', '', NULL),
          ('810', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', 
NULL, -6, 'VR', '', '', NULL),
          ('810', '8', 'Field link and sequence number', 'Field link and 
sequence number', 1, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
@@ -14524,6 +14537,7 @@ INSERT INTO `marc_subfield_structure` 
(`tagfield`, `tagsubfield`, `liblibrarian`
          ('810', 't', 'Title of a work', 'Title of a work', 0, 0, '', 
8, '', '', '', NULL, -6, 'VR', '', '', NULL),
          ('810', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 8, '', 
'', '', NULL, -6, 'VR', '', '', NULL),
          ('810', 'v', 'Volume/sequential designation', 
'Volume/sequential designation', 0, 0, '', 8, '', '', '', NULL, -6, 
'VR', '', '', NULL),
+        ('810', 'w', 'Bibliographic record control number', 
'Bibliographic record control number', 1, 0, NULL, 8, NULL, NULL, '', 
NULL, -6, 'VR', '', '', NULL),
          ('811', '4', 'Relator code', 'Relator code', 1, 0, NULL, 8, 
NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
          ('811', '6', 'Linkage', 'Linkage', 0, 0, NULL, 8, NULL, NULL, 
'', NULL, -6, 'VR', '', '', NULL),
          ('811', '8', 'Field link and sequence number ', 'Field link 
and sequence number ', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'VR', 
'', '', NULL),
@@ -14546,6 +14560,7 @@ INSERT INTO `marc_subfield_structure` 
(`tagfield`, `tagsubfield`, `liblibrarian`
          ('811', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 
8, NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
          ('811', 'u', 'Affiliation', 'Affiliation', 0, 0, NULL, 8, 
NULL, NULL, '', NULL, -6, 'VR', '', '', NULL),
          ('811', 'v', 'Volume/sequential designation', 
'Volume/sequential designation', 0, 0, NULL, 8, NULL, NULL, '', NULL, 
-6, 'VR', '', '', NULL),
+        ('811', 'w', 'Bibliographic record control number', 
'Bibliographic record control number', 1, 0, NULL, 8, NULL, NULL, '', 
NULL, -6, 'VR', '', '', NULL),
          ('830', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', 
NULL, -6, 'VR', '', '', NULL),
          ('830', '8', 'Field link and sequence number', 'Field link and 
sequence number', 1, 0, '', 8, '', '', '', NULL, -6, 'VR', '', '', NULL),
          ('830', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 8, '', '', '', 
0, -5, 'VR', '', '', NULL),
@@ -14564,6 +14579,7 @@ INSERT INTO `marc_subfield_structure` 
(`tagfield`, `tagsubfield`, `liblibrarian`
          ('830', 's', 'Version', 'Version', 0, 0, '', 8, '', '', '', 
NULL, -6, 'VR', '', '', NULL),
          ('830', 't', 'Title of a work', 'Title of a work', 0, 0, '', 
8, '', '', '', NULL, -6, 'VR', '', '', NULL),
          ('830', 'v', 'Volume number/sequential designation', 'Volume 
number/sequential designation', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', 
'', '', NULL),
+        ('830', 'w', 'Bibliographic record control number', 
'Bibliographic record control number', 1, 0, NULL, 8, NULL, NULL, '', 
NULL, -6, 'VR', '', '', NULL),
          ('840', 'a', 'Title', 'Title', 0, 0, '', 8, '', '', '', NULL, 
-6, 'VR', '', '', NULL),
          ('840', 'h', 'Medium', 'Medium', 1, 0, '', 8, '', '', '', 
NULL, -6, 'VR', '', '', NULL),
          ('840', 'v', 'Volume number/sequential designation', 'Volume 
number/sequential designation', 0, 0, '', 8, '', '', '', NULL, -6, 'VR', 
'', '', NULL),
@@ -18419,6 +18435,7 @@ INSERT INTO `marc_subfield_structure` 
(`tagfield`, `tagsubfield`, `liblibrarian`
          ('800', 't', 'Title of a work', 'Title of a work', 0, 0, '', 
8, '', '', '', NULL, -6, 'AR', '', '', NULL),
          ('800', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 8, '', 
'', '', NULL, -6, 'AR', '', '', NULL),
          ('800', 'v', 'Volume/sequential designation', 
'Volume/sequential designation', 0, 0, '', 8, '', '', '', NULL, -6, 
'AR', '', '', NULL),
+        ('800', 'w', 'Bibliographic record control number', 
'Bibliographic record control number', 1, 0, NULL, 8, NULL, NULL, '', 
NULL, -6, 'AR', '', '', NULL),
          ('810', '4', 'Relator code', 'Relator code', 1, 0, '', 8, '', 
'', '', NULL, -6, 'AR', '', '', NULL),
          ('810', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', 
NULL, -6, 'AR', '', '', NULL),
          ('810', '8', 'Field link and sequence number', 'Field link and 
sequence number', 1, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
@@ -18442,6 +18459,7 @@ INSERT INTO `marc_subfield_structure` 
(`tagfield`, `tagsubfield`, `liblibrarian`
          ('810', 't', 'Title of a work', 'Title of a work', 0, 0, '', 
8, '', '', '', NULL, -6, 'AR', '', '', NULL),
          ('810', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 8, '', 
'', '', NULL, -6, 'AR', '', '', NULL),
          ('810', 'v', 'Volume/sequential designation', 
'Volume/sequential designation', 0, 0, '', 8, '', '', '', NULL, -6, 
'AR', '', '', NULL),
+        ('810', 'w', 'Bibliographic record control number', 
'Bibliographic record control number', 1, 0, NULL, 8, NULL, NULL, '', 
NULL, -6, 'AR', '', '', NULL),
          ('811', '4', 'Relator code', 'Relator code', 1, 0, NULL, 8, 
NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
          ('811', '6', 'Linkage', 'Linkage', 0, 0, NULL, 8, NULL, NULL, 
'', NULL, -6, 'AR', '', '', NULL),
          ('811', '8', 'Field link and sequence number ', 'Field link 
and sequence number ', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'AR', 
'', '', NULL),
@@ -18464,6 +18482,7 @@ INSERT INTO `marc_subfield_structure` 
(`tagfield`, `tagsubfield`, `liblibrarian`
          ('811', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 
8, NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
          ('811', 'u', 'Affiliation', 'Affiliation', 0, 0, NULL, 8, 
NULL, NULL, '', NULL, -6, 'AR', '', '', NULL),
          ('811', 'v', 'Volume/sequential designation', 
'Volume/sequential designation', 0, 0, NULL, 8, NULL, NULL, '', NULL, 
-6, 'AR', '', '', NULL),
+        ('811', 'w', 'Bibliographic record control number', 
'Bibliographic record control number', 1, 0, NULL, 8, NULL, NULL, '', 
NULL, -6, 'AR', '', '', NULL),
          ('830', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', 
NULL, -6, 'AR', '', '', NULL),
          ('830', '8', 'Field link and sequence number', 'Field link and 
sequence number', 1, 0, '', 8, '', '', '', NULL, -6, 'AR', '', '', NULL),
          ('830', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 8, '', '', '', 
0, -5, 'AR', '', '', NULL),
@@ -18482,6 +18501,7 @@ INSERT INTO `marc_subfield_structure` 
(`tagfield`, `tagsubfield`, `liblibrarian`
          ('830', 's', 'Version', 'Version', 0, 0, '', 8, '', '', '', 
NULL, -6, 'AR', '', '', NULL),
          ('830', 't', 'Title of a work', 'Title of a work', 0, 0, '', 
8, '', '', '', NULL, -6, 'AR', '', '', NULL),
          ('830', 'v', 'Volume number/sequential designation', 'Volume 
number/sequential designation', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', 
'', '', NULL),
+        ('830', 'w', 'Bibliographic record control number', 
'Bibliographic record control number', 1, 0, NULL, 8, NULL, NULL, '', 
NULL, -6, 'AR', '', '', NULL),
          ('840', 'a', 'Title', 'Title', 0, 0, '', 8, '', '', '', NULL, 
-6, 'AR', '', '', NULL),
          ('840', 'h', 'Medium', 'Medium', 1, 0, '', 8, '', '', '', 
NULL, -6, 'AR', '', '', NULL),
          ('840', 'v', 'Volume number/sequential designation', 'Volume 
number/sequential designation', 0, 0, '', 8, '', '', '', NULL, -6, 'AR', 
'', '', NULL),
@@ -22337,6 +22357,7 @@ INSERT INTO `marc_subfield_structure` 
(`tagfield`, `tagsubfield`, `liblibrarian`
          ('800', 't', 'Title of a work', 'Title of a work', 0, 0, '', 
8, '', '', '', NULL, -6, 'KT', '', '', NULL),
          ('800', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 8, '', 
'', '', NULL, -6, 'KT', '', '', NULL),
          ('800', 'v', 'Volume/sequential designation', 
'Volume/sequential designation', 0, 0, '', 8, '', '', '', NULL, -6, 
'KT', '', '', NULL),
+        ('800', 'w', 'Bibliographic record control number', 
'Bibliographic record control number', 1, 0, NULL, 8, NULL, NULL, '', 
NULL, -6, 'KT', '', '', NULL),
          ('810', '4', 'Relator code', 'Relator code', 1, 0, '', 8, '', 
'', '', NULL, -6, 'KT', '', '', NULL),
          ('810', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', 
NULL, -6, 'KT', '', '', NULL),
          ('810', '8', 'Field link and sequence number', 'Field link and 
sequence number', 1, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
@@ -22360,6 +22381,7 @@ INSERT INTO `marc_subfield_structure` 
(`tagfield`, `tagsubfield`, `liblibrarian`
          ('810', 't', 'Title of a work', 'Title of a work', 0, 0, '', 
8, '', '', '', NULL, -6, 'KT', '', '', NULL),
          ('810', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 8, '', 
'', '', NULL, -6, 'KT', '', '', NULL),
          ('810', 'v', 'Volume/sequential designation', 
'Volume/sequential designation', 0, 0, '', 8, '', '', '', NULL, -6, 
'KT', '', '', NULL),
+        ('810', 'w', 'Bibliographic record control number', 
'Bibliographic record control number', 1, 0, NULL, 8, NULL, NULL, '', 
NULL, -6, 'KT', '', '', NULL),
          ('811', '4', 'Relator code', 'Relator code', 1, 0, NULL, 8, 
NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
          ('811', '6', 'Linkage', 'Linkage', 0, 0, NULL, 8, NULL, NULL, 
'', NULL, -6, 'KT', '', '', NULL),
          ('811', '8', 'Field link and sequence number ', 'Field link 
and sequence number ', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'KT', 
'', '', NULL),
@@ -22382,6 +22404,7 @@ INSERT INTO `marc_subfield_structure` 
(`tagfield`, `tagsubfield`, `liblibrarian`
          ('811', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 
8, NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
          ('811', 'u', 'Affiliation', 'Affiliation', 0, 0, NULL, 8, 
NULL, NULL, '', NULL, -6, 'KT', '', '', NULL),
          ('811', 'v', 'Volume/sequential designation', 
'Volume/sequential designation', 0, 0, NULL, 8, NULL, NULL, '', NULL, 
-6, 'KT', '', '', NULL),
+        ('811', 'w', 'Bibliographic record control number', 
'Bibliographic record control number', 1, 0, NULL, 8, NULL, NULL, '', 
NULL, -6, 'KT', '', '', NULL),
          ('830', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', 
NULL, -6, 'KT', '', '', NULL),
          ('830', '8', 'Field link and sequence number', 'Field link and 
sequence number', 1, 0, '', 8, '', '', '', NULL, -6, 'KT', '', '', NULL),
          ('830', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 8, '', '', '', 
0, -5, 'KT', '', '', NULL),
@@ -22400,6 +22423,7 @@ INSERT INTO `marc_subfield_structure` 
(`tagfield`, `tagsubfield`, `liblibrarian`
          ('830', 's', 'Version', 'Version', 0, 0, '', 8, '', '', '', 
NULL, -6, 'KT', '', '', NULL),
          ('830', 't', 'Title of a work', 'Title of a work', 0, 0, '', 
8, '', '', '', NULL, -6, 'KT', '', '', NULL),
          ('830', 'v', 'Volume number/sequential designation', 'Volume 
number/sequential designation', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', 
'', '', NULL),
+        ('830', 'w', 'Bibliographic record control number', 
'Bibliographic record control number', 1, 0, NULL, 8, NULL, NULL, '', 
NULL, -6, 'KT', '', '', NULL),
          ('840', 'a', 'Title', 'Title', 0, 0, '', 8, '', '', '', NULL, 
-6, 'KT', '', '', NULL),
          ('840', 'h', 'Medium', 'Medium', 1, 0, '', 8, '', '', '', 
NULL, -6, 'KT', '', '', NULL),
          ('840', 'v', 'Volume number/sequential designation', 'Volume 
number/sequential designation', 0, 0, '', 8, '', '', '', NULL, -6, 'KT', 
'', '', NULL),
@@ -26256,6 +26280,7 @@ INSERT INTO `marc_subfield_structure` 
(`tagfield`, `tagsubfield`, `liblibrarian`
          ('800', 't', 'Title of a work', 'Title of a work', 0, 0, '', 
8, '', '', '', NULL, -6, 'IR', '', '', NULL),
          ('800', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 8, '', 
'', '', NULL, -6, 'IR', '', '', NULL),
          ('800', 'v', 'Volume/sequential designation', 
'Volume/sequential designation', 0, 0, '', 8, '', '', '', NULL, -6, 
'IR', '', '', NULL),
+        ('800', 'w', 'Bibliographic record control number', 
'Bibliographic record control number', 1, 0, NULL, 8, NULL, NULL, '', 
NULL, -6, 'IR', '', '', NULL),
          ('810', '4', 'Relator code', 'Relator code', 1, 0, '', 8, '', 
'', '', NULL, -6, 'IR', '', '', NULL),
          ('810', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', 
NULL, -6, 'IR', '', '', NULL),
          ('810', '8', 'Field link and sequence number', 'Field link and 
sequence number', 1, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
@@ -26279,6 +26304,7 @@ INSERT INTO `marc_subfield_structure` 
(`tagfield`, `tagsubfield`, `liblibrarian`
          ('810', 't', 'Title of a work', 'Title of a work', 0, 0, '', 
8, '', '', '', NULL, -6, 'IR', '', '', NULL),
          ('810', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 8, '', 
'', '', NULL, -6, 'IR', '', '', NULL),
          ('810', 'v', 'Volume/sequential designation', 
'Volume/sequential designation', 0, 0, '', 8, '', '', '', NULL, -6, 
'IR', '', '', NULL),
+        ('810', 'w', 'Bibliographic record control number', 
'Bibliographic record control number', 1, 0, NULL, 8, NULL, NULL, '', 
NULL, -6, 'IR', '', '', NULL),
          ('811', '4', 'Relator code', 'Relator code', 1, 0, NULL, 8, 
NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
          ('811', '6', 'Linkage', 'Linkage', 0, 0, NULL, 8, NULL, NULL, 
'', NULL, -6, 'IR', '', '', NULL),
          ('811', '8', 'Field link and sequence number ', 'Field link 
and sequence number ', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'IR', 
'', '', NULL),
@@ -26301,6 +26327,7 @@ INSERT INTO `marc_subfield_structure` 
(`tagfield`, `tagsubfield`, `liblibrarian`
          ('811', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 
8, NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
          ('811', 'u', 'Affiliation', 'Affiliation', 0, 0, NULL, 8, 
NULL, NULL, '', NULL, -6, 'IR', '', '', NULL),
          ('811', 'v', 'Volume/sequential designation', 
'Volume/sequential designation', 0, 0, NULL, 8, NULL, NULL, '', NULL, 
-6, 'IR', '', '', NULL),
+        ('811', 'w', 'Bibliographic record control number', 
'Bibliographic record control number', 1, 0, NULL, 8, NULL, NULL, '', 
NULL, -6, 'IR', '', '', NULL),
          ('830', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', 
NULL, -6, 'IR', '', '', NULL),
          ('830', '8', 'Field link and sequence number', 'Field link and 
sequence number', 1, 0, '', 8, '', '', '', NULL, -6, 'IR', '', '', NULL),
          ('830', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 8, '', '', '', 
0, -5, 'IR', '', '', NULL),
@@ -26319,6 +26346,7 @@ INSERT INTO `marc_subfield_structure` 
(`tagfield`, `tagsubfield`, `liblibrarian`
          ('830', 's', 'Version', 'Version', 0, 0, '', 8, '', '', '', 
NULL, -6, 'IR', '', '', NULL),
          ('830', 't', 'Title of a work', 'Title of a work', 0, 0, '', 
8, '', '', '', NULL, -6, 'IR', '', '', NULL),
          ('830', 'v', 'Volume number/sequential designation', 'Volume 
number/sequential designation', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', 
'', '', NULL),
+        ('830', 'w', 'Bibliographic record control number', 
'Bibliographic record control number', 1, 0, NULL, 8, NULL, NULL, '', 
NULL, -6, 'IR', '', '', NULL),
          ('840', 'a', 'Title', 'Title', 0, 0, '', 8, '', '', '', NULL, 
-6, 'IR', '', '', NULL),
          ('840', 'h', 'Medium', 'Medium', 1, 0, '', 8, '', '', '', 
NULL, -6, 'IR', '', '', NULL),
          ('840', 'v', 'Volume number/sequential designation', 'Volume 
number/sequential designation', 0, 0, '', 8, '', '', '', NULL, -6, 'IR', 
'', '', NULL),
@@ -30171,6 +30199,7 @@ INSERT INTO `marc_subfield_structure` 
(`tagfield`, `tagsubfield`, `liblibrarian`
          ('800', 't', 'Title of a work', 'Title of a work', 0, 0, '', 
8, '', '', '', NULL, -6, 'SER', '', '', NULL),
          ('800', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 8, '', 
'', '', NULL, -6, 'SER', '', '', NULL),
          ('800', 'v', 'Volume/sequential designation', 
'Volume/sequential designation', 0, 0, '', 8, '', '', '', NULL, -6, 
'SER', '', '', NULL),
+        ('800', 'w', 'Bibliographic record control number', 
'Bibliographic record control number', 1, 0, NULL, 8, NULL, NULL, '', 
NULL, -6, 'SER', '', '', NULL),
          ('810', '4', 'Relator code', 'Relator code', 1, 0, '', 8, '', 
'', '', NULL, -6, 'SER', '', '', NULL),
          ('810', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', 
NULL, -6, 'SER', '', '', NULL),
          ('810', '8', 'Field link and sequence number', 'Field link and 
sequence number', 1, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
@@ -30194,6 +30223,7 @@ INSERT INTO `marc_subfield_structure` 
(`tagfield`, `tagsubfield`, `liblibrarian`
          ('810', 't', 'Title of a work', 'Title of a work', 0, 0, '', 
8, '', '', '', NULL, -6, 'SER', '', '', NULL),
          ('810', 'u', 'Affiliation', 'Affiliation', 0, 0, '', 8, '', 
'', '', NULL, -6, 'SER', '', '', NULL),
          ('810', 'v', 'Volume/sequential designation', 
'Volume/sequential designation', 0, 0, '', 8, '', '', '', NULL, -6, 
'SER', '', '', NULL),
+        ('810', 'w', 'Bibliographic record control number', 
'Bibliographic record control number', 1, 0, NULL, 8, NULL, NULL, '', 
NULL, -6, 'SER', '', '', NULL),
          ('811', '4', 'Relator code', 'Relator code', 1, 0, NULL, 8, 
NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
          ('811', '6', 'Linkage', 'Linkage', 0, 0, NULL, 8, NULL, NULL, 
'', NULL, -6, 'SER', '', '', NULL),
          ('811', '8', 'Field link and sequence number ', 'Field link 
and sequence number ', 1, 0, NULL, 8, NULL, NULL, '', NULL, -6, 'SER', 
'', '', NULL),
@@ -30216,6 +30246,7 @@ INSERT INTO `marc_subfield_structure` 
(`tagfield`, `tagsubfield`, `liblibrarian`
          ('811', 't', 'Title of a work', 'Title of a work', 0, 0, NULL, 
8, NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
          ('811', 'u', 'Affiliation', 'Affiliation', 0, 0, NULL, 8, 
NULL, NULL, '', NULL, -6, 'SER', '', '', NULL),
          ('811', 'v', 'Volume/sequential designation', 
'Volume/sequential designation', 0, 0, NULL, 8, NULL, NULL, '', NULL, 
-6, 'SER', '', '', NULL),
+        ('811', 'w', 'Bibliographic record control number', 
'Bibliographic record control number', 1, 0, NULL, 8, NULL, NULL, '', 
NULL, -6, 'SER', '', '', NULL),
          ('830', '6', 'Linkage', 'Linkage', 0, 0, '', 8, '', '', '', 
NULL, -6, 'SER', '', '', NULL),
          ('830', '8', 'Field link and sequence number', 'Field link and 
sequence number', 1, 0, '', 8, '', '', '', NULL, -6, 'SER', '', '', NULL),
          ('830', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 8, '', '', '', 
0, -5, 'SER', '', '', NULL),
@@ -30234,6 +30265,7 @@ INSERT INTO `marc_subfield_structure` 
(`tagfield`, `tagsubfield`, `liblibrarian`
          ('830', 's', 'Version', 'Version', 0, 0, '', 8, '', '', '', 
NULL, -6, 'SER', '', '', NULL),
          ('830', 't', 'Title of a work', 'Title of a work', 0, 0, '', 
8, '', '', '', NULL, -6, 'SER', '', '', NULL),
          ('830', 'v', 'Volume number/sequential designation', 'Volume 
number/sequential designation', 0, 0, '', 8, '', '', '', NULL, -6, 
'SER', '', '', NULL),
+        ('830', 'w', 'Bibliographic record control number', 
'Bibliographic record control number', 1, 0, NULL, 8, NULL, NULL, '', 
NULL, -6, 'SER', '', '', NULL),
          ('840', 'a', 'Title', 'Title', 0, 0, '', 8, '', '', '', NULL, 
-6, 'SER', '', '', NULL),
          ('840', 'h', 'Medium', 'Medium', 1, 0, '', 8, '', '', '', 
NULL, -6, 'SER', '', '', NULL),
          ('840', 'v', 'Volume number/sequential designation', 'Volume 
number/sequential designation', 0, 0, '', 8, '', '', '', NULL, -6, 
'SER', '', '', NULL),
-- 
1.6.3.3



More information about the Koha-patches mailing list