Bug 8314 Add MARCISBNs parameter to opac-detail.pl to show multiple isbns in OPAC
[koha.git] / opac / opac-detail.pl
index 2092b65..0bafabd 100755 (executable)
@@ -586,6 +586,7 @@ my $subtitle         = GetRecordValue('subtitle', $record, GetFrameworkCode($bib
                      MARCAUTHORS             => $marcauthorsarray,
                      MARCSERIES              => $marcseriesarray,
                      MARCURLS                => $marcurlsarray,
+                     MARCISBNS               => $marcisbnsarray,
                      MARCHOSTS               => $marchostsarray,
                      norequests              => $norequests,
                      RequestOnOpac           => C4::Context->preference("RequestOnOpac"),