X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=ill%2Fill-requests.pl;h=3a97969152796719b7c2f04c806d76ef1eb9622e;hb=74f2a9032475dcfd18141655bd2ef608c4c65801;hp=a2e898a67c65c9cac2e5228f30c4b64483f05f93;hpb=efc92a5ea2fc0aed90cc93dae1a0024c886fd80a;p=koha.git diff --git a/ill/ill-requests.pl b/ill/ill-requests.pl index a2e898a67c..3a97969152 100755 --- a/ill/ill-requests.pl +++ b/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, );