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

(-)a/t/db_dependent/Circulation.t (-1 / +3 lines)
Lines 619-624 subtest "CanBookBeRenewed tests" => sub { Link Here
619
        }
619
        }
620
    );
620
    );
621
621
622
    # Make sure fine calculation isn't skipped when adding renewal
623
    t::lib::Mocks::mock_preference('CalculateFinesOnReturn', 1);
624
622
    t::lib::Mocks::mock_preference('RenewalLog', 0);
625
    t::lib::Mocks::mock_preference('RenewalLog', 0);
623
    my $date = output_pref( { dt => dt_from_string(), dateonly => 1, dateformat => 'iso' } );
626
    my $date = output_pref( { dt => dt_from_string(), dateonly => 1, dateformat => 'iso' } );
624
    my %params_renewal = (
627
    my %params_renewal = (
625
- 

Return to bug 26405