From 1c2f9d351e4ef9632504e0f2abae760710c86d91 Mon Sep 17 00:00:00 2001 From: Mirko Tietgen Date: Wed, 18 Mar 2015 02:30:00 +0100 Subject: [PATCH] BUG 13855 - Fastadd framework has 2x 100$c, missing 100$a The fastadd framework ist missing a 100$a subfield, it has two 100$c instead. This patch corrects English, German, Italian and Spanish .sql files. Italian and Spanish need translations for the field name. --- .../de-DE/marcflavour/marc21/optional/marc21_fastadd_framework.sql | 2 +- .../en/marcflavour/marc21/optional/marc21_fastadd_framework.sql | 2 +- .../es-ES/marcflavour/marc21/optional/marc21_fastadd_framework.sql | 2 +- .../it-IT/marcflavour/marc21/optional/marc21_fastadd_framework.sql | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/installer/data/mysql/de-DE/marcflavour/marc21/optional/marc21_fastadd_framework.sql b/installer/data/mysql/de-DE/marcflavour/marc21/optional/marc21_fastadd_framework.sql index c45dbcc..e34d88d 100644 --- a/installer/data/mysql/de-DE/marcflavour/marc21/optional/marc21_fastadd_framework.sql +++ b/installer/data/mysql/de-DE/marcflavour/marc21/optional/marc21_fastadd_framework.sql @@ -45,7 +45,7 @@ INSERT IGNORE INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblib ('100', '6', 'Verknüpfung', 'Verknüpfung', 0, 0, '', 0, '', '', '', 0, 0, 'FA', NULL, '', ''), ('100', '8', 'Feldverknüpfung und Reihenfolge', 'Feldverknüpfung und Reihenfolge', 1, 0, '', 0, '', '', '', 0, 0, 'FA', NULL, '', ''), ('100', '9', 'Koha-Normdatenidentnummer', 'Koha-Normdatenidentnummer', 0, 0, '', 0, '', '', '', 0, 0, 'FA', NULL, '', ''), - ('100', 'c', 'Titel und andere Wörter in Verbindung mit einem Namen', 'Titel und andere Wörter in Verbindung mit einem Namen', 0, 0, 'biblio.author', 0, '', 'PERSO_NAME', '', 0, 0, 'FA', NULL, '', ''), + ('100', 'a', 'Persönlicher Name','Persönlicher Name',0,0,'biblio.author',0,'','PERSO_NAME','',0,0,'FA',NULL,'',''), ('100', 'b', 'Zählung', 'Zählung', 0, 0, '', 0, '', '', '', 0, 0, 'FA', NULL, '', ''), ('100', 'c', 'Titel und andere Wörter in Verbindung mit einem Namen', 'Titel und andere Wörter in Verbindung mit einem Namen', 1, 0, '', 0, '', '', '', 0, 0, 'FA', NULL, '', ''), ('100', 'd', 'Datumsangaben in Verbindung mit einem Namen', 'Datumsangaben in Verbindung mit einem Namen', 0, 0, '', 0, '', '', '', 0, 0, 'FA', NULL, '', ''), diff --git a/installer/data/mysql/en/marcflavour/marc21/optional/marc21_fastadd_framework.sql b/installer/data/mysql/en/marcflavour/marc21/optional/marc21_fastadd_framework.sql index bccbfff..ef62b87 100644 --- a/installer/data/mysql/en/marcflavour/marc21/optional/marc21_fastadd_framework.sql +++ b/installer/data/mysql/en/marcflavour/marc21/optional/marc21_fastadd_framework.sql @@ -45,7 +45,7 @@ INSERT IGNORE INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblib ('100', '6', 'Linkage', 'Linkage', 0, 0, '', 0, '', '', '', 0, 0, 'FA', NULL, '', ''), ('100', '8', 'Field link and sequence number', 'Field link and sequence number', 1, 0, '', 0, '', '', '', 0, 0, 'FA', NULL, '', ''), ('100', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 0, '', '', '', 0, 0, 'FA', NULL, '', ''), - ('100', 'c', 'Titles and words associated with a name', 'Titles and words associated with a name', 0, 0, 'biblio.author', 0, '', 'PERSO_NAME', '', 0, 0, 'FA', NULL, '', ''), + ('100', 'a', 'Personal name', 'Personal name', 0, 0, 'biblio.author', 0, '', 'PERSO_NAME', '', 0, 0, 'FA', NULL, '', ''), ('100', 'b', 'Numeration', 'Numeration', 0, 0, '', 0, '', '', '', 0, 0, 'FA', NULL, '', ''), ('100', 'c', 'Titles and other words associated with a name', 'Titles and other words associated with a name', 1, 0, '', 0, '', '', '', 0, 0, 'FA', NULL, '', ''), ('100', 'd', 'Dates associated with a name', 'Dates associated with a name', 0, 0, '', 0, '', '', '', 0, 0, 'FA', NULL, '', ''), diff --git a/installer/data/mysql/es-ES/marcflavour/marc21/optional/marc21_fastadd_framework.sql b/installer/data/mysql/es-ES/marcflavour/marc21/optional/marc21_fastadd_framework.sql index e1076be..d0aa27e 100644 --- a/installer/data/mysql/es-ES/marcflavour/marc21/optional/marc21_fastadd_framework.sql +++ b/installer/data/mysql/es-ES/marcflavour/marc21/optional/marc21_fastadd_framework.sql @@ -45,7 +45,7 @@ INSERT IGNORE INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblib ('100', '6', 'Enlace', 'Enlace', 0, 0, '', 0, '', '', '', 0, 0, 'FA', NULL, '', ''), ('100', '8', 'Enlace entre campo y número de secuencia', 'Enlace entre campo y número de secuencia', 1, 0, '', 0, '', '', '', 0, 0, 'FA', NULL, '', ''), ('100', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 0, '', '', '', 0, 0, 'FA', NULL, '', ''), - ('100', 'c', 'Títulos y otros términos asociados al nombre', 'Títulos y otros términos asociados al nombre', 0, 0, 'biblio.author', 0, '', 'PERSO_NAME', '', 0, 0, 'FA', NULL, '', ''), + ('100', 'a', 'Personal name', 'Personal name', 0, 0, 'biblio.author', 0, '', 'PERSO_NAME', '', 0, 0, 'FA', NULL, '', ''), ('100', 'b', 'Numeración', 'Numeración', 0, 0, '', 0, '', '', '', 0, 0, 'FA', NULL, '', ''), ('100', 'c', 'Títulos y otros términos asociados al nombre', 'Títulos y otros términos asociados al nombre', 1, 0, '', 0, '', '', '', 0, 0, 'FA', NULL, '', ''), ('100', 'd', 'Fechas asociadas al nombre', 'Fechas asociadas al nombre', 0, 0, '', 0, '', '', '', 0, 0, 'FA', NULL, '', ''), diff --git a/installer/data/mysql/it-IT/marcflavour/marc21/optional/marc21_fastadd_framework.sql b/installer/data/mysql/it-IT/marcflavour/marc21/optional/marc21_fastadd_framework.sql index c5d9f88..ab21d0c 100644 --- a/installer/data/mysql/it-IT/marcflavour/marc21/optional/marc21_fastadd_framework.sql +++ b/installer/data/mysql/it-IT/marcflavour/marc21/optional/marc21_fastadd_framework.sql @@ -45,7 +45,7 @@ INSERT IGNORE INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblib ('100', '6', 'Collegamento', 'Collegamento', 0, 0, '', 0, '', '', '', 0, 0, 'FA', NULL, '', ''), ('100', '8', 'Numero di collegamento e di sequenza di campi', 'Numero di collegamento e di sequenza di campi', 1, 0, '', 0, '', '', '', 0, 0, 'FA', NULL, '', ''), ('100', '9', '9 (RLIN)', '9 (RLIN)', 0, 0, '', 0, '', '', '', 0, 0, 'FA', NULL, '', ''), - ('100', 'c', 'Titoli e altre parole associate al nome', 'Titoli e altre parole associate al nome', 0, 0, 'biblio.author', 0, '', 'PERSO_NAME', '', 0, 0, 'FA', NULL, '', ''), + ('100', 'a', 'Personal name', 'Personal name', 0, 0, 'biblio.author', 0, '', 'PERSO_NAME', '', 0, 0, 'FA', NULL, '', ''), ('100', 'b', 'Numerazione', 'Numerazione', 0, 0, '', 0, '', '', '', 0, 0, 'FA', NULL, '', ''), ('100', 'c', 'Titoli e altre parole associate al nome', 'Titoli e altre parole associate al nome', 1, 0, '', 0, '', '', '', 0, 0, 'FA', NULL, '', ''), ('100', 'd', 'Date associate al nome', 'Date associate al nome', 0, 0, '', 0, '', '', '', 0, 0, 'FA', NULL, '', ''), -- 1.7.10.4