Bugzilla – Attachment 16759 Details for
Bug 7740
Highlight items in own library in search results/detail page in OPAC
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 7740 follow-up : removing duplicate declaration
Bug-7740-follow-up--removing-duplicate-declaration.patch (text/plain), 904 bytes, created by
Kyle M Hall (khall)
on 2013-03-22 10:44:41 UTC
(
hide
)
Description:
Bug 7740 follow-up : removing duplicate declaration
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2013-03-22 10:44:41 UTC
Size:
904 bytes
patch
obsolete
>From 0e24564ca171c8aafef3a4a13dc11ca03506f5ea Mon Sep 17 00:00:00 2001 >From: Paul Poulain <paul.poulain@biblibre.com> >Date: Fri, 22 Mar 2013 10:41:11 +0100 >Subject: [PATCH] Bug 7740 follow-up : removing duplicate declaration > >the my $branches = GetBranches(); >already exist at line 444 (introduced by this patch) > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > opac/opac-detail.pl | 1 - > 1 files changed, 0 insertions(+), 1 deletions(-) > >diff --git a/opac/opac-detail.pl b/opac/opac-detail.pl >index b3035e9..bab4ff6 100755 >--- a/opac/opac-detail.pl >+++ b/opac/opac-detail.pl >@@ -543,7 +543,6 @@ if ( $show_holds_count || $show_priority) { > $template->param( show_priority => $has_hold ) ; > > my $norequests = 1; >-my $branches = GetBranches(); > my %itemfields; > my (@itemloop, @otheritemloop); > my $currentbranch = C4::Context->userenv ? C4::Context->userenv->{branch} : undef; >-- >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 7740
:
13135
|
13136
|
13140
|
15118
|
16036
|
16053
|
16741
|
16742
|
16743
|
16755
|
16756
|
16757
|
16758
|
16759
|
16760
|
16811
|
16812
|
16813
|
16814