@@ -, +, @@ --- ill/ill-requests.pl | 2 +- opac/opac-illrequests.pl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) --- a/ill/ill-requests.pl +++ a/ill/ill-requests.pl @@ -273,7 +273,7 @@ if ( $backends_available ) { $template->param( backends => $backends, - media => [ "Book", "Article", "Journal" ], + types => [ "Book", "Article", "Journal" ], query_type => $op, branches => scalar Koha::Libraries->search, ); --- a/opac/opac-illrequests.pl +++ a/opac/opac-illrequests.pl @@ -120,7 +120,7 @@ if ( $op eq 'list' ) { ); } else { $template->param( - media => [ "Book", "Article", "Journal" ], + types => [ "Book", "Article", "Journal" ], branches => Koha::Libraries->search->unblessed, whole => $backend_result, request => $request --