From 6f915d5f55add84cbf084d215f27ec3fdf2901d7 Mon Sep 17 00:00:00 2001 From: David Cook Date: Fri, 29 Jun 2012 16:53:14 +1000 Subject: [PATCH] Bug 8314 Add MARCISBNs parameter to opac-detail.pl to show multiple isbns in OPAC Content-Type: text/plain; charset="utf-8" --- opac/opac-detail.pl | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/opac/opac-detail.pl b/opac/opac-detail.pl index 2092b65..aef32f6 100755 --- a/opac/opac-detail.pl +++ b/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"), -- 1.7.7.4