https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32674
--- Comment #8 from Janusz Kaczmarek <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
