[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] koha/misc/marc_datas/marc21_en structure_def.sql
From: |
Thomas D |
Subject: |
[Koha-cvs] koha/misc/marc_datas/marc21_en structure_def.sql |
Date: |
Tue, 11 Jul 2006 01:14:56 +0000 |
CVSROOT: /sources/koha
Module name: koha
Changes by: Thomas D <thd> 06/07/11 01:14:56
Modified files:
misc/marc_datas/marc21_en: structure_def.sql
Log message:
Added missing OPAC text for canceled barcode. Fixed typo for 006 not
hidden
value.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/misc/marc_datas/marc21_en/structure_def.sql?cvsroot=koha&r1=1.12&r2=1.13
Patches:
Index: structure_def.sql
===================================================================
RCS file: /sources/koha/koha/misc/marc_datas/marc21_en/structure_def.sql,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -b -r1.12 -r1.13
--- structure_def.sql 6 Jul 2006 17:19:44 -0000 1.12
+++ structure_def.sql 11 Jul 2006 01:14:56 -0000 1.13
@@ -1,8 +1,8 @@
-- *******************************************************
-- KOHA MARC 21 STANDARD DEFAULT BIBLIOGRAPHIC FRAMEWORK
--
--- PRETEST VERSION 0.1.0
--- 2006-07-06
+-- PRETEST VERSION 0.1.2
+-- 2006-07-10
--
-- original default requiring greater user customisation
-- created by a few Koha Hands
@@ -119,7 +119,7 @@
-- INSERT INTO `marc_subfield_structure` VALUES ('95k', 'o', 'Call number
(similar to 852 $k $h $i $m combined)', 'Call number', 0, 0,
'items.itemcallnumber', 10, '', '', NULL, 0, 0, '', '', '');
-- INSERT INTO `marc_subfield_structure` VALUES ('95k', 'p', 'Piece
designation (barcode) (similar to 852, 876-8 $p)', 'Piece designation
(barcode)', 0, 1, 'items.barcode', 10, '', '', '', 0, 0, '', '', '');
-- INSERT INTO `marc_subfield_structure` VALUES ('95k', 'q', 'Piece physical
condition (similar to 562 $a, 852 $q)', 'Piece physical condition', 0, 0, '',
10, '', '', '', NULL, 0, '', '', '');
--- INSERT INTO `marc_subfield_structure` VALUES ('95k', 'r', 'Invalid or
canceled piece designation (canceled barcode) (similar to 876-8 $r)', '', 1, 0,
'', 10, '', '', '', NULL, -1, '', '', '');
+-- INSERT INTO `marc_subfield_structure` VALUES ('95k', 'r', 'Invalid or
canceled piece designation (canceled barcode) (similar to 876-8 $r)', 'Invalid
or canceled piece designation (canceled barcode)', 1, 0, '', 10, '', '', '',
NULL, -1, '', '', '');
-- INSERT INTO `marc_subfield_structure` VALUES ('95k', 's', 'Copyright
article-fee code (similar to 018 $a, 852 $s)', 'Copyright article-fee code', 1,
0, '', 10, '', '', '', NULL, 0, '', '', '');
-- INSERT INTO `marc_subfield_structure` VALUES ('95k', 't', 'Copy number
(similar to 852, 876-8 $t)', 'Copy number', 0, 0, '', 10, '', '', '', NULL, 0,
'', '', '');
-- INSERT INTO `marc_subfield_structure` VALUES ('95k', 'u', 'Cost, normal
purchase price (similar to 541 $h, 876-8 $c)', 'Cost, normal purchase price',
0, 0, 'items.price', 10, '', '', '', 0, 0, '', '', '');
@@ -144,7 +144,7 @@
INSERT INTO `marc_subfield_structure` VALUES ('952', '6', 'Linkage (similar to
852, 876-8 $6)', 'Linkage', 0, 0, '', 10, '', '', '', NULL, -6, '', '', '');
INSERT INTO `marc_subfield_structure` VALUES ('952', '8', 'Sequence number
(similar to 852, 876-8 $8)', 'Sequence number', 1, 0, '', 10, '', '', '', NULL,
0, '', '', '');
INSERT INTO `marc_subfield_structure` VALUES ('952', '9', 'Cost, normal
purchase price (similar to 541 $h, 876-8 $c)', 'Cost, normal purchase price',
0, 0, 'items.price', 10, '', '', '', 0, 0, '', '', '');
-INSERT INTO `marc_subfield_structure` VALUES ('952', 'a', 'Invalid or canceled
piece designation (canceled barcode) (similar to 876-8 $r)', '', 1, 0, '', 10,
'', '', '', NULL, -1, '', '', '');
+INSERT INTO `marc_subfield_structure` VALUES ('952', 'a', 'Invalid or canceled
piece designation (canceled barcode) (similar to 876-8 $r)', 'Invalid or
canceled piece designation (canceled barcode)', 1, 0, '', 10, '', '', '', NULL,
-1, '', '', '');
INSERT INTO `marc_subfield_structure` VALUES ('952', 'b', 'Location
(homebranch) (similar to 852 $a)', 'Location (homebranch)', 0, 0,
'items.homebranch', 10, 'branches', '', '', 0, 0, '', '', '');
INSERT INTO `marc_subfield_structure` VALUES ('952', 'c', 'Shelving location
(similar to 852 $c, 876-8 $l)', 'Shelving location', 1, 0, 'items.location',
10, '', '', '', 0, 0, '', '', '');
INSERT INTO `marc_subfield_structure` VALUES ('952', 'd', 'Sublocation or
collection (holdingbranch) (similar to 852 $b)', 'Sublocation or collection
(holdingbranch)', 0, 0, 'items.holdingbranch', 10, 'branches', '', '', 0, 0,
'', '''952b''', '');
@@ -562,7 +562,7 @@
INSERT INTO `marc_subfield_structure` VALUES ('001', '@', 'control field',
'control field', 0, 1, '', 0, '', '', '', 0, 0, '', '', '');
INSERT INTO `marc_subfield_structure` VALUES ('003', '@', 'control field',
'control field', 0, 1, '', 0, '', '', 'marc21_field_003.pl', 0, 0, '', '', '');
INSERT INTO `marc_subfield_structure` VALUES ('005', '@', 'control field',
'control field', 0, 1, '', 0, '', '', 'marc21_field_005.pl', 0, 0, '', '', '');
-INSERT INTO `marc_subfield_structure` VALUES ('006', '@', 'fixed length
control field', 'fixed length control field', 0, 0, '', 0, '', '',
'marc21_field_006.pl', 0, 9, '', '', '');
+INSERT INTO `marc_subfield_structure` VALUES ('006', '@', 'fixed length
control field', 'fixed length control field', 0, 0, '', 0, '', '',
'marc21_field_006.pl', 0, 0, '', '', '');
INSERT INTO `marc_subfield_structure` VALUES ('007', '@', 'fixed length
control field', 'fixed length control field', 0, 0, '', 0, '', '',
'marc21_field_007.pl', 0, 0, '', '', '');
INSERT INTO `marc_subfield_structure` VALUES ('008', '@', 'fixed length
control field', 'fixed length control field', 0, 1, '', 0, '', '',
'marc21_field_008.pl', 0, 0, '', '', '');
INSERT INTO `marc_subfield_structure` VALUES ('009', '@', 'fixed length
control field', 'fixed length control field', 0, 0, '', 0, '', '', '', 0, -6,
'', '', '');
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] koha/misc/marc_datas/marc21_en structure_def.sql,
Thomas D <=