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

(-)a/installer/data/mysql/en/marcflavour/marc21/optional/marc21_sample_fastadd_framework.yml (-2 / +2 lines)
Lines 23-29 Link Here
23
# *************************************************************
23
# *************************************************************
24
24
25
description:
25
description:
26
  - "'FA', a 'Fast Add' minimal MARC21 framework suitable for ILL or on-the-fly cataloguing."
26
  - "'FA', a 'Fast add' minimal MARC21 framework suitable for ILL or on-the-fly cataloguing."
27
27
28
tables:
28
tables:
29
  - biblio_framework:
29
  - biblio_framework:
Lines 31-37 tables: Link Here
31
      multiline: []
31
      multiline: []
32
      rows:
32
      rows:
33
        - frameworkcode: FA
33
        - frameworkcode: FA
34
          frameworktext: "Fast Add Framework"
34
          frameworktext: "Fast add Framework"
35
35
36
sql_statements:
36
sql_statements:
37
  - "INSERT IGNORE INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode)
37
  - "INSERT IGNORE INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode)
(-)a/installer/data/mysql/en/marcflavour/unimarc/optional/unimarc_sample_fastadd_framework.yml (-3 / +2 lines)
Lines 23-29 Link Here
23
# *************************************************************
23
# *************************************************************
24
24
25
description:
25
description:
26
  - "'FA', a 'Fast Add' minimal UNIMARC framework suitable for ILL or on-the-fly cataloguing."
26
  - "'FA', a 'Fast add' minimal UNIMARC framework suitable for ILL or on-the-fly cataloguing."
27
27
28
tables:
28
tables:
29
  - biblio_framework:
29
  - biblio_framework:
Lines 31-37 tables: Link Here
31
      multiline: []
31
      multiline: []
32
      rows:
32
      rows:
33
        - frameworkcode: FA
33
        - frameworkcode: FA
34
          frameworktext: "Fast Add Framework"
34
          frameworktext: "Fast add Framework"
35
35
36
sql_statements:
36
sql_statements:
37
  - "INSERT IGNORE INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode)
37
  - "INSERT IGNORE INTO marc_tag_structure (tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode)
38
- 

Return to bug 32773