Bugzilla – Attachment 11414 Details for
Bug 8586
Small bug in die if no mapping in framework for biblioitems.biblioitemnumber
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed patch
Bug-8586-Small-bug-in-die-if-no-mapping-in-framework.patch (text/plain), 1.05 KB, created by
Fridolin Somers
on 2012-08-07 13:00:02 UTC
(
hide
)
Description:
Proposed patch
Filename:
MIME Type:
Creator:
Fridolin Somers
Created:
2012-08-07 13:00:02 UTC
Size:
1.05 KB
patch
obsolete
>From 5495e78f9792fc2b5110b836e46d4779b9d6892c Mon Sep 17 00:00:00 2001 >From: Fridolyn SOMERS <fridolyn.somers@biblibre.com> >Date: Tue, 7 Aug 2012 14:42:17 +0200 >Subject: [PATCH] Bug 8586: Small bug in die if no mapping in framework for > biblioitems.biblioitemnumber > >--- > C4/Biblio.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/C4/Biblio.pm b/C4/Biblio.pm >index c479502..7512a49 100644 >--- a/C4/Biblio.pm >+++ b/C4/Biblio.pm >@@ -3104,7 +3104,7 @@ sub _koha_marc_update_bib_ids { > my ( $biblio_tag, $biblio_subfield ) = GetMarcFromKohaField( "biblio.biblionumber", $frameworkcode ); > die qq{No biblionumber tag for framework "$frameworkcode"} unless $biblio_tag; > my ( $biblioitem_tag, $biblioitem_subfield ) = GetMarcFromKohaField( "biblioitems.biblioitemnumber", $frameworkcode ); >- die qq{No biblioitemnumber tag for framework "$frameworkcode"} unless $biblio_tag; >+ die qq{No biblioitemnumber tag for framework "$frameworkcode"} unless $biblioitem_tag; > > if ( $biblio_tag == $biblioitem_tag ) { > >-- >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 8586
:
11414
|
11461