@@ -, +, @@ module import --- C4/SIP/ILS/Transaction/Checkin.pm | 1 - 1 file changed, 1 deletion(-) --- a/C4/SIP/ILS/Transaction/Checkin.pm +++ a/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); --