https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32349 --- Comment #6 from Mason James <mtj@kohaaloha.com> --- (In reply to Marcel de Rooy from comment #5)
diff --git a/misc/migration_tools/bulkmarcimport.pl b/misc/migration_tools/bulkmarcimport.pl index d2dfe1ad56..e95b1fa199 100755 --- a/misc/migration_tools/bulkmarcimport.pl +++ b/misc/migration_tools/bulkmarcimport.pl @@ -480,7 +480,7 @@ RECORD: while ( ) { C4::Biblio::_strip_item_fields($clone_record, ''); # This sets the marc fields if there was an error, and also calls # defer_marc_save. - ModBiblioMarc( $clone_record, $biblionumber ); + ModBiblioMarc( $clone_record, $biblionumber ) if $insert;
Please explain what this change does here?
oops, i think the change to bulkmarcimport.pl might be an accident? -- You are receiving this mail because: You are watching all bug changes.