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

(-)a/t/db_dependent/Circulation.t (-1 / +1 lines)
Lines 2337-2342 subtest 'CanBookBeIssued + AutoReturnCheckedOutItems' => sub { Link Here
2337
subtest 'AddReturn | is_overdue' => sub {
2337
subtest 'AddReturn | is_overdue' => sub {
2338
    plan tests => 5;
2338
    plan tests => 5;
2339
2339
2340
    t::lib::Mocks::mock_preference('MarkLostItemsAsReturned', 'batchmod|moredetail|cronjob|additem|pendingreserves|onpayment');
2340
    t::lib::Mocks::mock_preference('CalculateFinesOnReturn', 1);
2341
    t::lib::Mocks::mock_preference('CalculateFinesOnReturn', 1);
2341
    t::lib::Mocks::mock_preference('finesMode', 'production');
2342
    t::lib::Mocks::mock_preference('finesMode', 'production');
2342
    t::lib::Mocks::mock_preference('MaxFine', '100');
2343
    t::lib::Mocks::mock_preference('MaxFine', '100');
2343
- 

Return to bug 24474