[Koha-bugs] [Bug 28684] Superfluous -or condition in few article request queries

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jul 8 14:55:00 CEST 2021


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

--- Comment #1 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> ---
Koha/Template/Plugin/Biblio.pm

Koha/Biblio
            -or          => [
                { status => Koha::ArticleRequest::Status::Pending },
                { status => Koha::ArticleRequest::Status::Processing }

Koha/Patron
            -or          => [
                { status => Koha::ArticleRequest::Status::Pending },
                { status => Koha::ArticleRequest::Status::Processing }
            ]

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.


More information about the Koha-bugs mailing list