[Koha-bugs] [Bug 32349] Remove TEST_QA

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Dec 12 05:01:18 CET 2022


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32349

--- Comment #6 from Mason James <mtj at 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.


More information about the Koha-bugs mailing list