From 0f8de2fa9f774e66cdce9926878e64f2e20406eb 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 Signed-off-by: Alex Arnaud Signed-off-by: Martin Renvoize --- .../mandatory/unimarc_framework_DEFAULT.sql | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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, '', '', '', ''), -- 1.7.2.5