View | Details | Raw Unified | Return to bug 24137
Collapse All | Expand All

(-)a/installer/data/mysql/ru-RU/marcflavour/marc21/mandatory/marc21_bibliographic_DEFAULT_general.sql (-1 / +1 lines)
Lines 599-605 INSERT INTO marc_subfield_structure (frameworkcode, authtypecode, tagfield, tag Link Here
599
INSERT INTO marc_tag_structure  (frameworkcode, tagfield, mandatory, repeatable, liblibrarian, libopac, authorised_value) VALUES
599
INSERT INTO marc_tag_structure  (frameworkcode, tagfield, mandatory, repeatable, liblibrarian, libopac, authorised_value) VALUES
600
 ('', '097', 1, 1, 'Оператор', '', NULL);
600
 ('', '097', 1, 1, 'Оператор', '', NULL);
601
INSERT INTO  marc_subfield_structure (frameworkcode, authtypecode, tagfield, tagsubfield, mandatory, repeatable, liblibrarian, libopac, tab, hidden, kohafield, authorised_value, value_builder, isurl, seealso, link, defaultvalue) VALUES
601
INSERT INTO  marc_subfield_structure (frameworkcode, authtypecode, tagfield, tagsubfield, mandatory, repeatable, liblibrarian, libopac, tab, hidden, kohafield, authorised_value, value_builder, isurl, seealso, link, defaultvalue) VALUES
602
 ('', '', '097', 'b', 0, 0, 'Оператор', '',                             0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
602
 ('', '', '097', 'b', 0, 0, 'Оператор', '',                             0, -6, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
603
603
604
INSERT INTO marc_tag_structure  (frameworkcode, tagfield, mandatory, repeatable, liblibrarian, libopac, authorised_value) VALUES
604
INSERT INTO marc_tag_structure  (frameworkcode, tagfield, mandatory, repeatable, liblibrarian, libopac, authorised_value) VALUES
605
 ('', '098', '', 1, 'Другие схемы классификации (OCLC)', '', '');
605
 ('', '098', '', 1, 'Другие схемы классификации (OCLC)', '', '');
(-)a/installer/data/mysql/uk-UA/marcflavour/marc21/mandatory/marc21_bibliographic_DEFAULT_general.sql (-2 / +1 lines)
Lines 637-643 INSERT INTO marc_subfield_structure (frameworkcode, authtypecode, tagfield, tag Link Here
637
INSERT INTO marc_tag_structure  (frameworkcode, tagfield, mandatory, repeatable, liblibrarian, libopac, authorised_value) VALUES
637
INSERT INTO marc_tag_structure  (frameworkcode, tagfield, mandatory, repeatable, liblibrarian, libopac, authorised_value) VALUES
638
 ('', '097', '', 1, 'Оператор', '', '');
638
 ('', '097', '', 1, 'Оператор', '', '');
639
INSERT INTO  marc_subfield_structure (frameworkcode, authtypecode, tagfield, tagsubfield, mandatory, repeatable, liblibrarian, libopac, tab, hidden, kohafield, authorised_value, value_builder, isurl, seealso, link, defaultvalue) VALUES
639
INSERT INTO  marc_subfield_structure (frameworkcode, authtypecode, tagfield, tagsubfield, mandatory, repeatable, liblibrarian, libopac, tab, hidden, kohafield, authorised_value, value_builder, isurl, seealso, link, defaultvalue) VALUES
640
 ('', '', '097', 'b', 0, 0, 'Оператор', '',                             0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
640
 ('', '', '097', 'b', 0, 0, 'Оператор', '',                             0, -6, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
641
641
642
INSERT INTO marc_tag_structure  (frameworkcode, tagfield, mandatory, repeatable, liblibrarian, libopac, authorised_value) VALUES
642
INSERT INTO marc_tag_structure  (frameworkcode, tagfield, mandatory, repeatable, liblibrarian, libopac, authorised_value) VALUES
643
 ('', '098', '', 1, 'Інші схеми класифікації (OCLC)', '', '');
643
 ('', '098', '', 1, 'Інші схеми класифікації (OCLC)', '', '');
644
- 

Return to bug 24137