[Koha-patches] [PATCH] [SIGNED-OFF] Bug 6362: fixes display to re-embed items in OPAC MARC view

Nicole C. Engard nengard at bywatersolutions.com
Tue May 17 15:49:07 CEST 2011


From: ruth at bywatersolutions.com <ruth at bywatersolutions.com>

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: Nicole C. Engard <nengard at bywatersolutions.com>
---
 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.3



More information about the Koha-patches mailing list