@@ -, +, @@ (MARC21) - 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 - biblioitems.publishercode should be mapped to 260 as well as 264 - In the database, check the biblioitems entry for this record, the value from 264 should be in publishercode - In the database, check the biblioitems entry for this record, the value from 260 should be in publishercode --- .../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 @@ -15792,7 +15792,7 @@ tables: libopac: "Name of producer, publisher, distributor, manufacturer" repeatable: 1 mandatory: 0 - kohafield: "" + kohafield: biblioitems.publishercode tab: 2 authorised_value: "" authtypecode: "" --