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

(-)a/t/db_dependent/Items/GetItemsForInventory.t (-2 / +1 lines)
Lines 252-258 sub create_helper_biblio { Link Here
252
        MARC::Field->new( '942', ' ', ' ', c => $itemtype ),
252
        MARC::Field->new( '942', ' ', ' ', c => $itemtype ),
253
    );
253
    );
254
254
255
    my $biblio_id = AddBiblio( $record, '' );
255
    my ($biblio_id) = AddBiblio( $record, '' );
256
256
257
    return Koha::Biblios->find($biblio_id);
257
    return Koha::Biblios->find($biblio_id);
258
}
258
}
259
- 

Return to bug 21413