[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 09:59:50 CET 2023


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

--- Comment #8 from Janusz Kaczmarek <januszop at 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.


More information about the Koha-bugs mailing list