@@ -, +, @@ --- t/db_dependent/Koha/Items.t | 2 ++ 1 file changed, 2 insertions(+) --- a/t/db_dependent/Koha/Items.t +++ a/t/db_dependent/Koha/Items.t @@ -1066,6 +1066,8 @@ subtest 'store' => sub { is( $overdue->status, 'LOST', 'Overdue status set to LOST' ); + t::lib::Mocks::mock_preference( 'AccountAutoReconcile', 0 ); + # Forgive fine $credit = $account->add_credit( { --