Bug 20941: (follow-up) Switch 'media' -> 'types'
[koha.git] / ill / ill-requests.pl
index a2e898a..3a97969 100755 (executable)
@@ -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,
 );