From 6adc093874c738c067efe2c3f08de47d33dfcfca Mon Sep 17 00:00:00 2001 From: tipaul Date: Tue, 24 Jun 2003 08:27:04 +0000 Subject: [PATCH] fix for #431 --- misc/marc_datas/marc21_en/structure_def.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/marc_datas/marc21_en/structure_def.sql b/misc/marc_datas/marc21_en/structure_def.sql index 28036cfefd..84f04d903d 100644 --- a/misc/marc_datas/marc21_en/structure_def.sql +++ b/misc/marc_datas/marc21_en/structure_def.sql @@ -1854,7 +1854,7 @@ INSERT INTO marc_subfield_structure VALUES ('852', 'g', 'Non-coded location qual INSERT INTO marc_subfield_structure VALUES ('852', 'h', 'Classification part (NR)', 'Classification part (NR)', 0, 0, 'biblioitems.classification', -1, '', '', ''); INSERT INTO marc_subfield_structure VALUES ('852', 'i', 'Item part (R)', 'Item part (R)', 1, 0, '', -1, '', '', ''); INSERT INTO marc_subfield_structure VALUES ('852', 'j', 'Shelving control number (NR)', 'Shelving control number (NR)', 0, 0, '', -1, '', '', ''); -INSERT INTO marc_subfield_structure VALUES ('852', 'k', 'Call number prefix (NR)', 'Call number prefix (NR)', 0, 1, 'biblioitems.dewey', 0, 'itemtypes', '', ''); +INSERT INTO marc_subfield_structure VALUES ('852', 'k', 'Call number prefix (NR)', 'Call number prefix (NR)', 0, 1, 'biblioitems.dewey', 0, '', '', ''); INSERT INTO marc_subfield_structure VALUES ('852', 'l', 'Shelving form of title (NR)', 'Shelving form of title (NR)', 0, 0, '', -1, '', '', ''); INSERT INTO marc_subfield_structure VALUES ('852', 'm', 'Call number suffix (NR)', 'Call number suffix (NR)', 0, 0, 'biblioitems.subclass', -1, '', '', ''); INSERT INTO marc_subfield_structure VALUES ('852', 'n', 'Country code (NR)', 'Country code (NR)', 0, 0, '', -1, '', '', ''); -- 2.11.0