27 Oct
2020
27 Oct
'20
2:24 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22690 --- Comment #79 from Joonas Kylmälä <joonas.kylmala@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.