Bug 11529: Use new biblio fields whenever possible
[koha.git] / opac / opac-basket.pl
index c2d57f2..7d7baf1 100755 (executable)
@@ -108,7 +108,7 @@ foreach my $biblionumber ( @bibs ) {
         }
     }
 
-    my $subtitle         = GetRecordValue('subtitle', $record, GetFrameworkCode($biblionumber));
+    my $subtitle         = GetRecordValue('subtitle', $record);
 
     my $hasauthors = 0;
     if($dat->{'author'} || @$marcauthorsarray) {