- -or => [ - status => Koha::ArticleRequest::Status::Pending, - status => Koha::ArticleRequest::Status::Processing - ] + Koha::ArticleRequest::Status::Pending, + Koha::ArticleRequest::Status::Processing,
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 } ]
Good catch, solved in the linked bugs. *** This bug has been marked as a duplicate of bug 29082 ***