Bugzilla – Attachment 76865 Details for
Bug 20927
moredetail.pl crash on nonexistent biblionumber
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 20927: Shortcut moredetail.pl on nonexistent biblionumber
Bug-20927-Shortcut-moredetailpl-on-nonexistent-bib.patch (text/plain), 793 bytes, created by
Jonathan Druart
on 2018-07-11 16:36:31 UTC
(
hide
)
Description:
Bug 20927: Shortcut moredetail.pl on nonexistent biblionumber
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2018-07-11 16:36:31 UTC
Size:
793 bytes
patch
obsolete
>From aec69c29ec2395ff2f92e5aba9a850c85fd0c579 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Wed, 11 Jul 2018 13:35:28 -0300 >Subject: [PATCH] Bug 20927: Shortcut moredetail.pl on nonexistent biblionumber > >--- > catalogue/moredetail.pl | 3 +++ > 1 file changed, 3 insertions(+) > >diff --git a/catalogue/moredetail.pl b/catalogue/moredetail.pl >index 3d6bd4ab6c..ba599370e3 100755 >--- a/catalogue/moredetail.pl >+++ b/catalogue/moredetail.pl >@@ -99,6 +99,9 @@ for my $itm (@all_items) { > > my $record=GetMarcBiblio({ biblionumber => $biblionumber }); > >+output_and_exit( $query, $cookie, $template, 'unknown_biblio') >+ unless $record; >+ > my $hostrecords; > # adding items linked via host biblios > my @hostitems = GetHostItemsInfo($record); >-- >2.11.0
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 20927
:
76016
|
76305
|
76713
|
76865