341 |
$holds_queue = $dbh->selectall_arrayref("SELECT * FROM tmp_holdsqueue", { Slice => {} }); |
341 |
$holds_queue = $dbh->selectall_arrayref("SELECT * FROM tmp_holdsqueue", { Slice => {} }); |
342 |
is( scalar( @$holds_queue ), 2, "Holds not filled with items from closed libraries" ); |
342 |
is( scalar( @$holds_queue ), 2, "Holds not filled with items from closed libraries" ); |