@@ -, +, @@ --- Koha/ArticleRequest.pm | 1 + 1 file changed, 1 insertion(+) --- a/Koha/ArticleRequest.pm +++ a/Koha/ArticleRequest.pm @@ -26,6 +26,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); --