Bug 8769: (follow-up) remove unnecessary module import
authorKyle M Hall <kyle@bywatersolutions.com>
Wed, 23 Apr 2014 11:44:12 +0000 (07:44 -0400)
committerGalen Charlton <gmc@esilibrary.com>
Mon, 5 May 2014 15:05:28 +0000 (15:05 +0000)
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
C4/SIP/ILS/Transaction/Checkin.pm

index 0c84cbc..e868d22 100644 (file)
@@ -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);