Bugzilla – Attachment 8700 Details for
Bug 7847
OPAC search dies with plack
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 7847 Undefined subroutine &C4::Search::GetHiddenItemnumbers
Bug-7847-Undefined-subroutine-C4SearchGetHiddenIte.patch (text/plain), 742 bytes, created by
Chris Cormack
on 2012-03-29 23:50:11 UTC
(
hide
)
Description:
Bug 7847 Undefined subroutine &C4::Search::GetHiddenItemnumbers
Filename:
MIME Type:
Creator:
Chris Cormack
Created:
2012-03-29 23:50:11 UTC
Size:
742 bytes
patch
obsolete
>From 1fe22327c190ab50941031d9ed606502550604bd Mon Sep 17 00:00:00 2001 >From: Chris Cormack <chrisc@catalyst.net.nz> >Date: Fri, 30 Mar 2012 12:48:38 +1300 >Subject: [PATCH] Bug 7847 Undefined subroutine > &C4::Search::GetHiddenItemnumbers > >--- > C4/Search.pm | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/C4/Search.pm b/C4/Search.pm >index 9bc0af2..2b525b2 100644 >--- a/C4/Search.pm >+++ b/C4/Search.pm >@@ -1624,7 +1624,7 @@ sub searchResults { > > # Hidden items > if ($is_opac) { >- my @hi = GetHiddenItemnumbers($item); >+ my @hi = C4::Items::GetHiddenItemnumbers($item); > $item->{'hideatopac'} = @hi; > push @hiddenitems, @hi; > } >-- >1.7.5.4
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 7847
:
8700
|
8732
|
8891
|
8905
|
9806
|
9887