From 3ee1695174f21bf683f7387767424f16480f5052 Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Wed, 23 Apr 2014 07:44:12 -0400 Subject: [PATCH] Bug 8769: (follow-up) remove unnecessary module import Signed-off-by: Martin Renvoize Signed-off-by: Galen Charlton --- C4/SIP/ILS/Transaction/Checkin.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/C4/SIP/ILS/Transaction/Checkin.pm b/C4/SIP/ILS/Transaction/Checkin.pm index 0c84cbc95d..e868d2210d 100644 --- a/C4/SIP/ILS/Transaction/Checkin.pm +++ b/C4/SIP/ILS/Transaction/Checkin.pm @@ -16,7 +16,6 @@ use C4::Circulation; use C4::Reserves qw( ModReserveAffect ); use C4::Items qw( ModItemTransfer ); use C4::Debug; -use Koha::DateUtils; use parent qw(ILS::Transaction); -- 2.39.2