From 88ac8c499f878a1c0ac622d53742a3d9acea1f64 Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Wed, 16 May 2018 14:43:27 +0200 Subject: [PATCH] Bug 20724: (QA follow-up) Remove two obsolete comment lines No test plan :) Signed-off-by: Marcel de Rooy Signed-off-by: Jonathan Druart --- opac/opac-reserve.pl | 2 -- 1 file changed, 2 deletions(-) diff --git a/opac/opac-reserve.pl b/opac/opac-reserve.pl index c290ea4866..a9af8d168a 100755 --- a/opac/opac-reserve.pl +++ b/opac/opac-reserve.pl @@ -267,8 +267,6 @@ if ( $query->param('place_reserve') ) { my $expiration_date = $query->param("expiration_date_$biblioNum"); - # If a specific item was selected and the pickup branch is the same as the - # holdingbranch, force the value $rank and $found. my $rank = $biblioData->{rank}; if ( $itemNum ne '' ) { $canreserve = 1 if CanItemBeReserved( $borrowernumber, $itemNum ) eq 'OK'; -- 2.20.1