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

(-)a/t/db_dependent/Circulation.t (-1 / +3 lines)
Lines 564-569 subtest "CanBookBeRenewed tests" => sub { Link Here
564
        }
564
        }
565
    );
565
    );
566
566
567
    #Make sure fine calculation isn't skipped when adding renewal
568
    t::lib::Mocks::mock_preference('CalculateFinesOnReturn', 1);
569
567
    t::lib::Mocks::mock_preference('RenewalLog', 0);
570
    t::lib::Mocks::mock_preference('RenewalLog', 0);
568
    my $date = output_pref( { dt => dt_from_string(), dateonly => 1, dateformat => 'iso' } );
571
    my $date = output_pref( { dt => dt_from_string(), dateonly => 1, dateformat => 'iso' } );
569
    my %params_renewal = (
572
    my %params_renewal = (
570
- 

Return to bug 26405