@@ -, +, @@ --- Koha/ArticleRequest.pm | 1 + 1 file changed, 1 insertion(+) --- a/Koha/ArticleRequest.pm +++ a/Koha/ArticleRequest.pm @@ -27,6 +27,7 @@ use Koha::Biblios; use Koha::Items; use Koha::Libraries; use Koha::DateUtils qw(dt_from_string); +use Koha::ArticleRequest::Status; use base qw(Koha::Object); --