14 Apr
2022
14 Apr
'22
2:18 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30321 --- Comment #6 from Emmi Takkinen <emmi.takkinen@koha-suomi.fi> --- So I've been testing this and it occurs in version 21.11.03 and the conditions are following: - order has _only one item_ attached to it - orders quantityreceived value is more than 0 For some reason when there's only one item on order template orderreceived.tt handles it as Koha::Item, not Koha::Items as it should, thus "Koha::Item->count is not covered by tests!". In orderreceived.pl order->items returns Koha::Items. -- You are receiving this mail because: You are watching all bug changes.