[Koha-cvs] CVS: koha/misc/marc_datas/marc21_en structure_def.sql,1.6,1.7

Paul POULAIN tipaul at users.sourceforge.net
Tue Jun 24 10:27:06 CEST 2003


Update of /cvsroot/koha/koha/misc/marc_datas/marc21_en
In directory sc8-pr-cvs1:/tmp/cvs-serv29257/misc/marc_datas/marc21_en

Modified Files:
	structure_def.sql 
Log Message:
fix for #431

Index: structure_def.sql
===================================================================
RCS file: /cvsroot/koha/koha/misc/marc_datas/marc21_en/structure_def.sql,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** structure_def.sql	14 May 2003 13:24:52 -0000	1.6
--- structure_def.sql	24 Jun 2003 08:27:04 -0000	1.7
***************
*** 1855,1859 ****
  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', '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, '', '', '');
--- 1855,1859 ----
  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, '', '', '');
  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, '', '', '');





More information about the Koha-cvs mailing list