From: David Cook Date: Fri, 29 Jun 2012 06:53:14 +0000 (+1000) Subject: Bug 8314 Add MARCISBNs parameter to opac-detail.pl to show multiple isbns in OPAC X-Git-Url: http://git.rot13.org/?p=koha.git;a=commitdiff_plain;h=87eae41e509a69e6698264a38d079c78ef2451cb Bug 8314 Add MARCISBNs parameter to opac-detail.pl to show multiple isbns in OPAC Signed-off-by: Chris Cormack Signed-off-by: Paul Poulain --- diff --git a/opac/opac-detail.pl b/opac/opac-detail.pl index 2092b650b9..0bafabdce0 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"),