[Koha-bugs] [Bug 32674] When placing a hold in OPAC page explodes into error 500

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Feb 28 10:32:41 CET 2023


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32674

--- Comment #9 from Jonathan Druart <jonathan.druart+koha at 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.


More information about the Koha-bugs mailing list