@@ -, +, @@ - In the database delete from marc_tag_structure; delete from marc_subfield_structure; delete from biblio_framework; - In a terminal, run ./misc/load_yaml.pl -f installer/data/mysql/en/marcflavour/marc21/mandatory/marc21_framework_DEFAULT.yml --load - Make sure the default framework is there - biblio.medium should be mapped to 245 - In the database, check the biblio entry for this record, the value from 245 should be in medium --- .../marcflavour/marc21/mandatory/marc21_framework_DEFAULT.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/installer/data/mysql/en/marcflavour/marc21/mandatory/marc21_framework_DEFAULT.yml +++ a/installer/data/mysql/en/marcflavour/marc21/mandatory/marc21_framework_DEFAULT.yml @@ -13974,7 +13974,7 @@ tables: libopac: "Medium" repeatable: 0 mandatory: 0 - kohafield: "" + kohafield: biblio.medium tab: 2 authorised_value: "" authtypecode: "" --