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

(-)a/Koha/Items.pm (-1 / +3 lines)
Lines 65-70 sub filter_by_for_hold { Link Here
65
        {
65
        {
66
            rule_name    => 'holdallowed',
66
            rule_name    => 'holdallowed',
67
            rule_value   => 'not_allowed',
67
            rule_value   => 'not_allowed',
68
            branchcode   => undef,
69
            categorycode => undef,
70
            itemtype     => undef,
68
        }
71
        }
69
    );
72
    );
70
    my @hold_not_allowed_itypes;
73
    my @hold_not_allowed_itypes;
71
- 

Return to bug 29087