Bugzilla – Attachment 10555 Details for
Bug 8314
Missing MARCISBNS param in opac-detail.pl
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 8314: Add MARCISBNs parameter to opac-detail.pl to show multiple isbns in OPAC
0001-Bug-8314-Add-MARCISBNs-parameter-to-opac-detail.pl-t.patch (text/plain), 1.09 KB, created by
David Cook
on 2012-06-29 06:58:48 UTC
(
hide
)
Description:
Bug 8314: Add MARCISBNs parameter to opac-detail.pl to show multiple isbns in OPAC
Filename:
MIME Type:
Creator:
David Cook
Created:
2012-06-29 06:58:48 UTC
Size:
1.09 KB
patch
obsolete
>From 6f915d5f55add84cbf084d215f27ec3fdf2901d7 Mon Sep 17 00:00:00 2001 >From: David Cook <dcook@prosentient.com.au> >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 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 8314
:
10555
|
10556
|
10645