From: Tomas Cohen Arazi Date: Fri, 1 Apr 2016 15:25:39 +0000 (-0300) Subject: Bug 14598: (followup) Remove unused and non-existent C4::ItemType include X-Git-Tag: v16.11.00~265 X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=commitdiff_plain;h=e31eb08e29f637f90d095df31388bf64f2b685a9;p=koha-ffzg.git Bug 14598: (followup) Remove unused and non-existent C4::ItemType include Signed-off-by: Tomas Cohen Arazi Signed-off-by: Marcel de Rooy Signed-off-by: Kyle M Hall --- diff --git a/t/db_dependent/Circulation/Returns.t b/t/db_dependent/Circulation/Returns.t index fd21d8f3f8..280406a661 100644 --- a/t/db_dependent/Circulation/Returns.t +++ b/t/db_dependent/Circulation/Returns.t @@ -25,7 +25,6 @@ use t::lib::Mocks; use C4::Biblio; use C4::Circulation; use C4::Items; -use C4::ItemType; use C4::Members; use Koha::Database; use Koha::DateUtils;