diff --git a/C4/Accounts.pm b/C4/Accounts.pm index eef9766b20..f087ba6b1a 100644 --- a/C4/Accounts.pm +++ b/C4/Accounts.pm @@ -23,7 +23,6 @@ use strict; use C4::Context; use C4::Stats; use C4::Members; -use C4::Circulation qw(ReturnLostItem); use C4::Log qw(logaction); use Koha::Account; use Koha::Account::Lines;