http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13264 --- Comment #75 from Zeno Tajoli <z.tajoli@cineca.it> --- (In reply to Jonathan Druart from comment #73)
1/ I had to add a 'b7' branches to remove the following error in koha logs: manage-marc-import.pl: DBD::mysql::st execute failed: Cannot add or update a child row: a foreign key constraint fails (`koha_ut`.`items`, CONSTRAINT `items_ibfk_2` FOREIGN KEY (`homebranch`) REFERENCES `branches` (`branchcode`) ON UPDATE CASCADE) at /home/koha/src/C4/Items.pm line 2171.
The last commit [ Follow up on record files: deleted fields with item info (952/995)] fixes this problem. In fact item's info are not useful for this test so I delete the fields with item's info inside. The fields deleted are: 952 (MARC21) and 995 (UNIMARC) -- You are receiving this mail because: You are watching all bug changes.