From 06699e1b810476f73b8bda5beb566164e88b1c58 Mon Sep 17 00:00:00 2001 From: Julian Maurice Date: Wed, 2 Oct 2019 14:58:24 +0200 Subject: [PATCH] Bug 18309: Fix INSERT sql query in unimarc_framework_DEFAULT.sql Signed-off-by: Sonia BOUIS --- .../en/marcflavour/unimarc/mandatory/unimarc_framework_DEFAULT.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/data/mysql/en/marcflavour/unimarc/mandatory/unimarc_framework_DEFAULT.sql b/installer/data/mysql/en/marcflavour/unimarc/mandatory/unimarc_framework_DEFAULT.sql index 2580aa9..8c6bc92 100644 --- a/installer/data/mysql/en/marcflavour/unimarc/mandatory/unimarc_framework_DEFAULT.sql +++ b/installer/data/mysql/en/marcflavour/unimarc/mandatory/unimarc_framework_DEFAULT.sql @@ -2310,7 +2310,7 @@ INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian` ('632', '2', 'System Code', '', 0, 0, '', 6, '', '', '', 0, 0, '', '', '', ''), ('632', '3', 'Authority Record Number', '', 1, 0, '', 6, '', '', '', 0, 0, '', '', '', ''), ('632', '8', 'Materials specified', '', 0, 0, '', 6, '', '', '', 0, 0, '', '', '', ''), - ('632', 'a', 'Function', 0, 0, '', 6, '', '', '', 0, 0, '', '', '', ''), + ('632', 'a', 'Function', '', 0, 0, '', 6, '', '', '', 0, 0, '', '', '', ''), ('632', 'j', 'Form Subdivision', '', 1, 0, '', 6, '', '', '', 0, 0, '', '', '', ''), ('632', 'x', 'Topical Subdivision', '', 1, 0, '', 6, '', '', '', 0, 0, '', '', '', ''), ('632', 'y', 'Geographical Subdivision', '', 1, 0, '', 6, '', '', '', 0, 0, '', '', '', ''), -- 2.1.4