From 32bebbb3cc7b4820ae8b4dc34b0dc717b1d50d69 Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Sun, 12 Jun 2016 09:44:37 -0300 Subject: [PATCH] Bug 14048: (QA followup) Fix for TooMany.t --- t/db_dependent/Circulation/TooMany.t | 1 + 1 file changed, 1 insertion(+) diff --git a/t/db_dependent/Circulation/TooMany.t b/t/db_dependent/Circulation/TooMany.t index 3b60ef5..821ebaa 100644 --- a/t/db_dependent/Circulation/TooMany.t +++ b/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; -- 2.8.4