Bug 23384: Fix use statement order for ArticleRequest::Status
[srvgit] / Koha / ArticleRequest.pm
index 39f68b1..2c47dd0 100644 (file)
@@ -26,7 +26,6 @@ use Koha::Patrons;
 use Koha::Biblios;
 use Koha::Items;
 use Koha::Libraries;
-use Koha::ArticleRequest::Status;
 use Koha::DateUtils qw(dt_from_string);
 
 use base qw(Koha::Object);