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

(-)a/t/db_dependent/Circulation.t (-2 / +1 lines)
Lines 1980-1986 subtest 'CanBookBeIssued + AutoReturnCheckedOutItems' => sub { Link Here
1980
1980
1981
1981
1982
subtest 'AddReturn | is_overdue' => sub {
1982
subtest 'AddReturn | is_overdue' => sub {
1983
    plan tests => 7;
1983
    plan tests => 8;
1984
1984
1985
    t::lib::Mocks::mock_preference('CalculateFinesOnReturn', 1);
1985
    t::lib::Mocks::mock_preference('CalculateFinesOnReturn', 1);
1986
    t::lib::Mocks::mock_preference('finesMode', 'production');
1986
    t::lib::Mocks::mock_preference('finesMode', 'production');
1987
- 

Return to bug 22877