https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32349
--- Comment #6 from Mason James <[email protected]> --- (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. _______________________________________________ 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/
