From 7575d89871bad38da124334c42db829a3c5d9efd 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] [PASSED QA] 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>

Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
---
 opac/opac-detail.pl |    1 -
 1 file changed, 1 deletion(-)

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.9.5