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

(-)a/t/Log.t (-1 / +1 lines)
Lines 15-20 BEGIN { Link Here
15
15
16
t::lib::Mocks::mock_preference('BorrowersLog', 1);
16
t::lib::Mocks::mock_preference('BorrowersLog', 1);
17
t::lib::Mocks::mock_preference('CataloguingLog', 1);
17
t::lib::Mocks::mock_preference('CataloguingLog', 1);
18
t::lib::Mocks::mock_preference('HoldsLog', 1);
18
t::lib::Mocks::mock_preference('IssueLog', 1);
19
t::lib::Mocks::mock_preference('IssueLog', 1);
19
t::lib::Mocks::mock_preference('ReturnLog', 1);
20
t::lib::Mocks::mock_preference('ReturnLog', 1);
20
t::lib::Mocks::mock_preference('SubscriptionLog', 1);
21
t::lib::Mocks::mock_preference('SubscriptionLog', 1);
21
- 

Return to bug 18445