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 |
- |
|
|