From efdff40d1d5ec84481d904176b3ddd334f4a452d Mon Sep 17 00:00:00 2001 From: Julian Maurice Date: Wed, 2 Oct 2019 14:17:23 +0200 Subject: [PATCH] Bug 18309: Add UNIMARC field 214 and its subfields --- .../unimarc/mandatory/unimarc_framework_DEFAULT.sql | 7 +++++++ 1 file changed, 7 insertions(+) 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 d14ac4ca68..2580aa9b2e 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 @@ -279,6 +279,7 @@ INSERT INTO `marc_tag_structure` (`tagfield`, `liblibrarian`, `libopac`, `repeat ('208', 'Material Specific Area: Printed Music Specific Statement', 'Material Specific Area: Printed Music Specific Statement', 0, 0, '', ''), ('210', 'Publication, Distribution, etc.', 'Publication, Distribution, etc.', 1, 0, '', ''), ('211', 'Projected Publication Date', 'Projected Publication Date', 0, 0, '', ''), + ('214', 'Production, Publication, Distribution, Manufacture statements', 'Production, Publication, Distribution, Manufacture statements', 1, 0, '', ''), ('215', 'Physical Description', 'Physical Description', 1, 0, '', ''), ('225', 'Series', 'Series', 1, 0, '', ''), ('230', 'Material Specific Area: Electronic Resource Characteristics', 'Material Specific Area: Electronic Resource Characteristics', 1, 0, '', ''), @@ -662,6 +663,12 @@ INSERT INTO `marc_subfield_structure` (`tagfield`, `tagsubfield`, `liblibrarian` ('210', 'r', 'Printing and/or Publishing Information Transcribed as Found in the Main Source of Information', 'Printing and/or Publishing Information Transcribed as Found in the Main Source of Information', 0, 0, '', 2, '', '', '', 0, -6, '', '', '', NULL), ('210', 's', 'Printing and/or Publishing Information Transcribed as Found in the Colophon', 'Printing and/or Publishing Information Transcribed as Found in the Colophon', 0, 0, '', 2, '', '', '', 0, -6, '', '', '', NULL), ('211', 'a', 'Date', 'Date', 0, 0, '', 2, '', '', '', 0, 0, '', '', '', NULL), + ('214', 'a', 'Place of publication, Production, Distribution or Manufacture', 'Place of publication, Production, Distribution or Manufacture', 1, 0, '', 2, '', '', '', 0, 0, '', '', '', NULL), + ('214', 'b', 'Address of Publisher, Producer, Distributor or Manufacturer', 'Address of Publisher, Producer, Distributor or Manufacturer', 1, 0, '', 2, '', '', '', 0, 0, '', '', '', NULL), + ('214', 'c', 'Name of Publisher, Producer, Distributor or Manufacturer', 'Name of Publisher, Producer, Distributor or Manufacturer', 1, 0, '', 2, '', '', '', 0, 0, '', '', '', NULL), + ('214', 'd', 'Date of Publication, Production, Distribution or Manufacture or Copyright Notice', 'Date of Publication, Production, Distribution or Manufacture or Copyright Notice', 1, 0, '', 2, '', '', '', 0, 0, '', '', '', NULL), + ('214', 'r', 'Printing and/or Publishing Information Transcribed as Found in the Main Source of Information', 'Printing and/or Publishing Information Transcribed as Found in the Main Source of Information', 1, 0, '', 2, '', '', '', 0, 0, '', '', '', NULL), + ('214', 's', 'Printing and/or Publishing Information Transcribed as Found in the Colophon', 'Printing and/or Publishing Information Transcribed as Found in the Colophon', 1, 0, '', 2, '', '', '', 0, 0, '', '', '', NULL), ('215', 'a', 'Specific Material Designation and Extent of Item', 'Specific Material Designation and Extent of Item', 1, 0, 'biblioitems.pages', 2, '', '', '', 0, 0, '', '', '', NULL), ('215', 'b', 'Materials and Technique display', '', 0, 0, '', 2, '', '', '', 0, 0, '', '', '', ''), ('215', 'c', 'Other Physical Details', 'Other Physical Details', 0, 0, '', 2, '', '', '', 0, 0, '', '', '', NULL), -- 2.20.1