[Koha-bugs] [Bug 22690] Merging records with many items too slow (Elasticsearch)

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Oct 27 14:24:44 CET 2020


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

--- Comment #79 from Joonas Kylmälä <joonas.kylmala at helsinki.fi> ---
Fixed the QA tool error

 FAIL   cataloguing/moveitem.pl

with 

> -        my $to_biblio = Koha::Biblios->find($biblionumber)
> +        my $to_biblio = Koha::Biblios->find($biblionumber);

Probably happened during one of the rebases. The POD coverage fail

FAIL    C4/Items.pm

is not caused by caused by this patch as far as I can tell. Moving to Needs
Signoff.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list