|
|
@@ -78185,7 +78185,13 @@ sql_statements: |
|
|
|
- "UPDATE marc_subfield_structure SET maxlength=24 WHERE tagfield='000';" |
|
|
|
- "UPDATE marc_subfield_structure SET maxlength=40 WHERE tagfield='008';" |
|
|
|
|
|
|
|
# Create the ACQ framework based on the default framework, fields 952 only |
|
|
|
# Create the ACQ framework based on the default framework, fields 000 and 952 only |
|
|
|
- "INSERT INTO marc_tag_structure(tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) |
|
|
|
SELECT tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, 'ACQ' FROM marc_tag_structure WHERE tagfield='000' AND frameworkcode='';" |
|
|
|
|
|
|
|
- "INSERT INTO marc_subfield_structure(tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, frameworkcode, seealso, link, defaultvalue, maxlength) |
|
|
|
SELECT tagfield, tagsubfield, liblibrarian, libopac, repeatable, mandatory, kohafield, tab, authorised_value, authtypecode, value_builder, isurl, hidden, 'ACQ', seealso, link, ' nam a22 7a 4500', maxlength FROM marc_subfield_structure WHERE tagfield='000' AND frameworkcode='';" |
|
|
|
|
|
|
|
- "INSERT INTO marc_tag_structure(tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) |
|
|
|
SELECT tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, 'ACQ' FROM marc_tag_structure WHERE tagfield='952' AND frameworkcode='';" |
|
|
|
|
|
|
|