From c3f1a079d1f08e3be9f97889fb36e3a664cd6bd4 Mon Sep 17 00:00:00 2001 From: Chris Cormack Date: Sun, 23 Dec 2007 19:22:17 -0600 Subject: [PATCH] Doh, typo, fixed Signed-off-by: Joshua Ferraro --- opac/opac-reserve.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opac/opac-reserve.pl b/opac/opac-reserve.pl index 2c3bb1551f..bbd3dec325 100755 --- a/opac/opac-reserve.pl +++ b/opac/opac-reserve.pl @@ -206,7 +206,7 @@ if ( $query->param('place_reserve') ) { #if we have an item selectionned, and the pickup branch is the same as the holdingbranch of the document, we force the value $rank and $found. if ($checkitem ne ''){ - $rank = '0' unless C4::Context->preference('ReservesNeedReturns') + $rank = '0' unless C4::Context->preference('ReservesNeedReturns'); my $item = $checkitem; $item = GetItem($item); if ( $item->{'holdingbranch'} eq $branch ){ -- 2.39.5