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

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

Return to bug 22877