@@ -, +, @@ - 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.place 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 place - In the database, check the biblioitems entry for this record, the value from 260 should be in place --- .../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 @@ -15774,7 +15774,7 @@ tables: libopac: "Place of production, publication, distribution, manufacture" repeatable: 1 mandatory: 0 - kohafield: "" + kohafield: biblioitems.place tab: 2 authorised_value: "" authtypecode: "" --