@@ -, +, @@ show multiple isbns in OPAC --- opac/opac-detail.pl | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) --- a/opac/opac-detail.pl +++ a/opac/opac-detail.pl @@ -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"), --