28 Feb
2023
28 Feb
'23
9:59 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32674 --- Comment #8 from Janusz Kaczmarek <januszop@gmail.com> --- Jonathan, thank you for identifying the duplicate. I wonder also if the first argument to search_ordered call should not be a anon. hash, like: my $items = Koha::Items->search_ordered( { -or => [ 'me.biblionumber' => $biblioNumber, 'me.itemnumber' => { -in => [ ..... ], }, since it is than passed to search? This would have been in my patch which I did not manage to send yesterday. -- You are receiving this mail because: You are watching all bug changes.