@@ -, +, @@ not being used for test --- t/db_dependent/Circulation.t | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) --- a/t/db_dependent/Circulation.t +++ a/t/db_dependent/Circulation.t @@ -1950,7 +1950,8 @@ subtest '_FixAccountForLostAndReturned' => sub { notforloan => undef, rentalcharge => 0, defaultreplacecost => undef, - processfee => $processfee_amount + processfee => $processfee_amount, + rental_charge_daily => 0, } } ); --