Lines 78077-78083
sql_statements:
Link Here
|
78077 |
- "UPDATE marc_subfield_structure SET maxlength=24 WHERE tagfield='000';" |
78077 |
- "UPDATE marc_subfield_structure SET maxlength=24 WHERE tagfield='000';" |
78078 |
- "UPDATE marc_subfield_structure SET maxlength=40 WHERE tagfield='008';" |
78078 |
- "UPDATE marc_subfield_structure SET maxlength=40 WHERE tagfield='008';" |
78079 |
|
78079 |
|
78080 |
# Create the ACQ framework based on the default framework, fields 952 only |
78080 |
# Create the ACQ framework based on the default framework, fields 000 and 952 only |
|
|
78081 |
- "INSERT INTO marc_tag_structure(tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) |
78082 |
SELECT tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, 'ACQ' FROM marc_tag_structure WHERE tagfield='000' AND frameworkcode='';" |
78083 |
|
78084 |
- "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) |
78085 |
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='';" |
78086 |
|
78081 |
- "INSERT INTO marc_tag_structure(tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) |
78087 |
- "INSERT INTO marc_tag_structure(tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, frameworkcode) |
78082 |
SELECT tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, 'ACQ' FROM marc_tag_structure WHERE tagfield='952' AND frameworkcode='';" |
78088 |
SELECT tagfield, liblibrarian, libopac, repeatable, mandatory, authorised_value, 'ACQ' FROM marc_tag_structure WHERE tagfield='952' AND frameworkcode='';" |
78083 |
|
78089 |
|
78084 |
- |
|
|