From d6c06c6ab960ca4c84f263a9579e34d06d939242 Mon Sep 17 00:00:00 2001 From: Christopher Brannon Date: Mon, 1 Oct 2018 21:31:20 +0000 Subject: [PATCH] Bug 18355: Remove obsolete code from pl --- catalogue/detail.pl | 2 -- 1 file changed, 2 deletions(-) diff --git a/catalogue/detail.pl b/catalogue/detail.pl index fe59fa1..d0d6243 100755 --- a/catalogue/detail.pl +++ b/catalogue/detail.pl @@ -253,8 +253,6 @@ foreach my $item (@items) { #get shelf location and collection code description if they are authorised value. # same thing for copy number - my $shelfcode = $item->{'location'}; - $item->{'location'} = $shelflocations->{$shelfcode} if ( defined( $shelfcode ) && defined($shelflocations) && exists( $shelflocations->{$shelfcode} ) ); my $ccode = $item->{'ccode'}; $item->{'ccode'} = $collections->{$ccode} if ( defined( $ccode ) && defined($collections) && exists( $collections->{$ccode} ) ); my $copynumber = $item->{'copynumber'}; -- 2.1.4