Bug 17835: Replace GetItemTypes with Koha::ItemTypes
[koha.git] / opac / opac-topissues.pl
index 912c372..c3a7530 100755 (executable)
@@ -48,8 +48,6 @@ if ( ! C4::Context->preference('OpacTopissue') ) {
     exit;
 }
 
-my $itemtypes = GetItemTypes();
-
 my ($template, $borrowernumber, $cookie) = get_template_and_user(
     {
         template_name   => 'opac-topissues.tt',