View | Details | Raw Unified | Return to bug 19533
Collapse All | Expand All

(-)a/reserve/request.pl (-1 / +2 lines)
Lines 485-490 foreach my $biblionumber (@biblionumbers) { Link Here
485
                    # If AllowHoldPolicyOverride is set, it should override EVERY restriction, not just branch item rules
485
                    # If AllowHoldPolicyOverride is set, it should override EVERY restriction, not just branch item rules
486
                    $item->{override} = 1;
486
                    $item->{override} = 1;
487
                    $num_override++;
487
                    $num_override++;
488
489
                    push( @available_itemtypes, $item->{itype} ) if $can_item_be_reserved eq 'tooManyReserves';
488
                }
490
                }
489
491
490
                # If none of the conditions hold true, then neither override nor available is set and the item cannot be checked
492
                # If none of the conditions hold true, then neither override nor available is set and the item cannot be checked
491
- 

Return to bug 19533