Bugzilla – Attachment 12531 Details for
Bug 8481
Items table is showing in opac-MARCdetail.pl but not in MARCdetail.pl
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed patch
0001-Bug-8481-Items-table-is-showing-in-opac-MARCdetail.p.patch (text/plain), 790 bytes, created by
Fridolin Somers
on 2012-09-26 14:49:02 UTC
(
hide
)
Description:
Proposed patch
Filename:
MIME Type:
Creator:
Fridolin Somers
Created:
2012-09-26 14:49:02 UTC
Size:
790 bytes
patch
obsolete
>From 904557c5f5ebe1fb7930f315456c5b1e610f7af0 Mon Sep 17 00:00:00 2001 >From: Fridolyn SOMERS <fridolyn.somers@biblibre.com> >Date: Wed, 26 Sep 2012 16:46:30 +0200 >Subject: [PATCH] Bug 8481: Items table is showing in opac-MARCdetail.pl but > not in MARCdetail.pl > >--- > catalogue/MARCdetail.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/catalogue/MARCdetail.pl b/catalogue/MARCdetail.pl >index 72e6709..2b967df 100755 >--- a/catalogue/MARCdetail.pl >+++ b/catalogue/MARCdetail.pl >@@ -82,7 +82,7 @@ my ( $template, $loggedinuser, $cookie ) = get_template_and_user( > } > ); > >-my $record = GetMarcBiblio($biblionumber); >+my $record = GetMarcBiblio($biblionumber, 1); > $template->param( ocoins => GetCOinSBiblio($record) ); > > if ( not defined $record ) { >-- >1.7.9.5 >
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 8481
:
12531
|
12576
|
13759