From 87fe0cd79aabc29d9f5b3e00fb57c66d0acc2ddb Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Wed, 23 Apr 2014 07:44:12 -0400 Subject: [PATCH] [PASSED QA] Bug 8769 - (QA Followup) Remove unnecessary module import Signed-off-by: Martin Renvoize --- 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 0c84cbc..e868d22 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); -- 1.7.10.4