Bug 18309: Add UNIMARC field 214 and its subfields
authorJulian Maurice <julian.maurice@biblibre.com>
Wed, 2 Oct 2019 12:17:23 +0000 (14:17 +0200)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Tue, 8 Oct 2019 13:33:39 +0000 (14:33 +0100)
Signed-off-by: Sonia BOUIS <sonia.bouis@univ-lyon3.fr>
Signed-off-by: Alex Arnaud <alex.arnaud@biblibre.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>

installer/data/mysql/en/marcflavour/unimarc/mandatory/unimarc_framework_DEFAULT.sql

index d14ac4c..2580aa9 100644 (file)
@@ -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),