@@ -, +, @@ # Failed test 'The date_due should have been set depending on the circ rules when the on-site checkout has been switched' # at t/db_dependent/Circulation/SwitchOnSiteCheckouts.t line 126. # got: '2018-10-16T23:59:00' # expected: '2018-10-21T23:59:00' --- t/db_dependent/Circulation/SwitchOnSiteCheckouts.t | 2 ++ 1 file changed, 2 insertions(+) --- a/t/db_dependent/Circulation/SwitchOnSiteCheckouts.t +++ a/t/db_dependent/Circulation/SwitchOnSiteCheckouts.t @@ -95,6 +95,8 @@ my $issuingrule = $builder->build({ maxonsiteissueqty => 1, lengthunit => 'days', issuelength => 5, + hardduedate => undef, + hardduedatecompare => 0, }, }); --