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

(-)a/installer/data/mysql/en/marcflavour/marc21/mandatory/marc21_framework_DEFAULT.sql (-3 / +2 lines)
Lines 4484-4490 WHERE frameworkcode="" AND tagfield IN ( Link Here
4484
        OR  kohafield="biblio.author"
4484
        OR  kohafield="biblio.author"
4485
        OR  kohafield="biblioitems.publishercode"
4485
        OR  kohafield="biblioitems.publishercode"
4486
        OR  kohafield="biblioitems.editionstatement"
4486
        OR  kohafield="biblioitems.editionstatement"
4487
        OR  kohafield="biblioitems.publicationyear"
4487
        OR  kohafield="biblio.copyrightdate"
4488
        OR  kohafield="biblioitems.isbn"
4488
        OR  kohafield="biblioitems.isbn"
4489
        OR  kohafield="biblio.seriestitle"
4489
        OR  kohafield="biblio.seriestitle"
4490
    ) AND frameworkcode=""
4490
    ) AND frameworkcode=""
Lines 4493-4496 INSERT INTO marc_subfield_structure(tagfield, tagsubfield, liblibrarian, libopac Link Here
4493
SELECT tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, 'ACQ', seealso, link, defaultvalue, maxlength
4493
SELECT tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, 'ACQ', seealso, link, defaultvalue, maxlength
4494
FROM marc_subfield_structure
4494
FROM marc_subfield_structure
4495
WHERE frameworkcode=""
4495
WHERE frameworkcode=""
4496
AND kohafield IN ("biblio.title", "biblio.author", "biblioitems.publishercode", "biblioitems.editionstatement", "biblioitems.publicationyear", "biblioitems.isbn", "biblio.seriestitle" );
4496
AND kohafield IN ("biblio.title", "biblio.author", "biblioitems.publishercode", "biblioitems.editionstatement", "biblio.copyrightdate", "biblioitems.isbn", "biblio.seriestitle" );
4497
- 

Return to bug 19289