Bug 20724: (QA follow-up) Remove two obsolete comment lines
authorMarcel de Rooy <m.de.rooy@rijksmuseum.nl>
Wed, 16 May 2018 12:43:27 +0000 (14:43 +0200)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 16 May 2018 13:53:13 +0000 (10:53 -0300)
No test plan :)

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
opac/opac-reserve.pl

index c290ea4..a9af8d1 100755 (executable)
@@ -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';