Bug 14598: (followup) Remove unused and non-existent C4::ItemType include
authorTomas Cohen Arazi <tomascohen@unc.edu.ar>
Fri, 1 Apr 2016 15:25:39 +0000 (12:25 -0300)
committerKyle M Hall <kyle@bywatersolutions.com>
Fri, 28 Oct 2016 11:29:59 +0000 (11:29 +0000)
Signed-off-by: Tomas Cohen Arazi <tomascohen@unc.edu.ar>
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
t/db_dependent/Circulation/Returns.t

index fd21d8f..280406a 100644 (file)
@@ -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;