Bugzilla – Attachment 4262 Details for
Bug 6362
Fix MARC display in OPAC
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
signed off patch
0001-SIGNED-OFF-Bug-6362-fixes-display-to-re-embed-items-.patch (text/plain), 1.11 KB, created by
Liz Rea
on 2011-05-25 22:28:17 UTC
(
hide
)
Description:
signed off patch
Filename:
MIME Type:
Creator:
Liz Rea
Created:
2011-05-25 22:28:17 UTC
Size:
1.11 KB
patch
obsolete
>From 626ee0a45cc9d796d84591800525f173f9bdf78a Mon Sep 17 00:00:00 2001 >From: ruth@bywatersolutions.com <ruth@bywatersolutions.com> >Date: Tue, 24 May 2011 15:56:38 -0400 >Subject: [PATCH] [SIGNED-OFF] Bug 6362: fixes display to re-embed items in OPAC MARC view >Content-Type: text/plain; charset="utf-8" > >This patch is a followon to repair a side-effect of Bug 5579. A >similar patch is already pushed to make this change for ISBD view. > >Signed-off-by: Liz Rea <lrea@nekls.org> >--- > opac/opac-MARCdetail.pl | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/opac/opac-MARCdetail.pl b/opac/opac-MARCdetail.pl >index 8e492aa..7544902 100755 >--- a/opac/opac-MARCdetail.pl >+++ b/opac/opac-MARCdetail.pl >@@ -61,7 +61,7 @@ my $biblionumber = $query->param('biblionumber'); > my $itemtype = &GetFrameworkCode($biblionumber); > my $tagslib = &GetMarcStructure( 0, $itemtype ); > my $biblio = GetBiblioData($biblionumber); >-my $record = GetMarcBiblio($biblionumber); >+my $record = GetMarcBiblio($biblionumber, 1); > if ( ! $record ) { > print $query->redirect("/cgi-bin/koha/errors/404.pl"); > exit; >-- >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 6362
: 4262