https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30850
--- Comment #12 from David Nind <[email protected]> --- I have signed-off the dbrev patch (using koha-testing-docker). The instructions worked (see note) for updating an existing installation: 1. Apply patches. 2. Run updatedatabase, flush_memcached, and restart_all. 3. Add mapping for 110$a to biblio.author (Administration > Koha to MARC mapping). 4. Run ./misc/batchRebuilBiblioTables.pl -c (see note). Note: - I encountered this error message with the KTD sample data when running ./misc/batchRebuilBiblioTables.pl -c C4::Biblio::_koha_modify_biblioitem_nonmarc(): DBI Exception: DBD::mysql::st execute failed: Data too long for column 'lccn' at row 1 at misc/batchRebuildBiblioTables.pl line 71 - I have logged bug 30896 for this. - To get around the error, I used Tools > Batch item modification to delete the LCCN data in 010 (created report to list all the record numbers, added MARC modification templates to delete fields 010 $8 $a $b $z, ran batch record modification). -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
