Bugzilla – Attachment 12576 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]
[SIGNED-OFF] Bug 8481: Items table is showing in opac-MARCdetail.pl but not in MARCdetail.pl
Bug-8481-Items-table-is-showing-in-opac-MARCdetail.patch (text/plain), 887 bytes, created by
Kyle M Hall (khall)
on 2012-09-28 12:57:58 UTC
(
hide
)
Description:
[SIGNED-OFF] Bug 8481: Items table is showing in opac-MARCdetail.pl but not in MARCdetail.pl
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2012-09-28 12:57:58 UTC
Size:
887 bytes
patch
obsolete
>From 6fb49a107202502933a5b2e157e095a2bcc6b13b 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 >Content-Type: text/plain; charset="utf-8" > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > catalogue/MARCdetail.pl | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >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.2.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