@@ -, +, @@ --- t/db_dependent/Circulation/TooMany.t | 1 + 1 file changed, 1 insertion(+) --- a/t/db_dependent/Circulation/TooMany.t +++ a/t/db_dependent/Circulation/TooMany.t @@ -27,6 +27,7 @@ use C4::Context; use Koha::DateUtils qw( dt_from_string ); use Koha::Database; +use Koha::RefundLostItemFeeRule; use t::lib::TestBuilder; use t::lib::Mocks; --