Bug 8314 Add MARCISBNs parameter to opac-detail.pl to show multiple isbns in OPAC
authorDavid Cook <dcook@prosentient.com.au>
Fri, 29 Jun 2012 06:53:14 +0000 (16:53 +1000)
committerPaul Poulain <paul.poulain@biblibre.com>
Fri, 6 Jul 2012 09:57:43 +0000 (11:57 +0200)
Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
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"),