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

(-)a/t/db_dependent/Holds/LocalHoldsPriority.t (-2 / +1 lines)
Lines 51-57 my $item = Koha::Item->new( Link Here
51
        itype         => $itemtype,
51
        itype         => $itemtype,
52
        exclude_from_local_holds_priority => 0,
52
        exclude_from_local_holds_priority => 0,
53
    },
53
    },
54
)->store;
54
)->store->get_from_storage;
55
55
56
my @branchcodes = ( $library1->{branchcode}, $library2->{branchcode}, $library3->{branchcode}, $library4->{branchcode}, $library3->{branchcode}, $library4->{branchcode} );
56
my @branchcodes = ( $library1->{branchcode}, $library2->{branchcode}, $library3->{branchcode}, $library4->{branchcode}, $library3->{branchcode}, $library4->{branchcode} );
57
my $patron_category = $builder->build({ source => 'Category', value => {exclude_from_local_holds_priority => 0} });
57
my $patron_category = $builder->build({ source => 'Category', value => {exclude_from_local_holds_priority => 0} });
58
- 

Return to bug 36923