|
Lines 267-274
if ( $query->param('place_reserve') ) {
Link Here
|
| 267 |
|
267 |
|
| 268 |
my $expiration_date = $query->param("expiration_date_$biblioNum"); |
268 |
my $expiration_date = $query->param("expiration_date_$biblioNum"); |
| 269 |
|
269 |
|
| 270 |
# If a specific item was selected and the pickup branch is the same as the |
|
|
| 271 |
# holdingbranch, force the value $rank and $found. |
| 272 |
my $rank = $biblioData->{rank}; |
270 |
my $rank = $biblioData->{rank}; |
| 273 |
if ( $itemNum ne '' ) { |
271 |
if ( $itemNum ne '' ) { |
| 274 |
$canreserve = 1 if CanItemBeReserved( $borrowernumber, $itemNum ) eq 'OK'; |
272 |
$canreserve = 1 if CanItemBeReserved( $borrowernumber, $itemNum ) eq 'OK'; |
| 275 |
- |
|
|