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

(-)a/t/db_dependent/Circulation.t (-1 / +3 lines)
Lines 705-710 subtest "CanBookBeRenewed tests" => sub { Link Here
705
        }
705
        }
706
    );
706
    );
707
707
708
    # Make sure fine calculation isn't skipped when adding renewal
709
    t::lib::Mocks::mock_preference('CalculateFinesOnReturn', 1);
710
708
    t::lib::Mocks::mock_preference('RenewalLog', 0);
711
    t::lib::Mocks::mock_preference('RenewalLog', 0);
709
    my $date = output_pref( { dt => dt_from_string(), dateonly => 1, dateformat => 'iso' } );
712
    my $date = output_pref( { dt => dt_from_string(), dateonly => 1, dateformat => 'iso' } );
710
    my %params_renewal = (
713
    my %params_renewal = (
711
- 

Return to bug 26405