https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32674 --- Comment #9 from Jonathan Druart <jonathan.druart+koha@gmail.com> --- (In reply to Janusz Kaczmarek from comment #8)
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.
They are identical constructs, it won't change anything. -- You are receiving this mail because: You are watching all bug changes.