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

(-)a/t/db_dependent/Koha/Items.t (-2 / +1 lines)
Lines 49-55 my $new_item_2 = Koha::Item->new( Link Here
49
        biblioitemnumber => $biblioitem->{biblioitemnumber},
49
        biblioitemnumber => $biblioitem->{biblioitemnumber},
50
        homebranch       => $library->{branchcode},
50
        homebranch       => $library->{branchcode},
51
        holdingbranch    => $library->{branchcode},
51
        holdingbranch    => $library->{branchcode},
52
        barcode          => "another_barcode_for_t",
52
        barcode          => "another_bc_for_t",
53
        itype            => 'BK',
53
        itype            => 'BK',
54
    }
54
    }
55
)->store;
55
)->store;
56
- 

Return to bug 20144