@@ -, +, @@ Koha::ArticleRequest::Status uses $ git grep 'Koha::ArticleRequest::Status' --- Koha/Biblio.pm | 1 - Koha/Patrons.pm | 1 - 2 files changed, 2 deletions(-) --- a/Koha/Biblio.pm +++ a/Koha/Biblio.pm @@ -31,7 +31,6 @@ use Koha::DateUtils qw( dt_from_string ); use base qw(Koha::Object); use Koha::Acquisition::Orders; -use Koha::ArticleRequest::Status; use Koha::ArticleRequests; use Koha::Biblio::Metadatas; use Koha::Biblioitems; --- a/Koha/Patrons.pm +++ a/Koha/Patrons.pm @@ -25,7 +25,6 @@ use Koha::Database; use Koha::DateUtils qw( dt_from_string ); use Koha::ArticleRequests; -use Koha::ArticleRequest::Status; use Koha::Patron; use Koha::Exceptions::Patron; use Koha::Patron::Categories; --