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

(-)a/t/db_dependent/HoldsQueue.t (-1 / +1 lines)
Lines 341-346 C4::HoldsQueue::CreateQueue(); Link Here
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" );
343
$ENV{NO_CACHE} = 0;
343
$ENV{NO_CACHE} = 0;
344
C4::Context->set_preference( 'HoldsQueueSkipClosed', 0 );
344
345
345
# Bug 14297
346
# Bug 14297
346
$itemtype = $item_types[0]->{itemtype};
347
$itemtype = $item_types[0]->{itemtype};
347
- 

Return to bug 12803