@@ -, +, @@ --- Koha/Patron.pm | 1 + 1 file changed, 1 insertion(+) --- a/Koha/Patron.pm +++ a/Koha/Patron.pm @@ -28,6 +28,7 @@ use Text::Unaccent qw( unac_string ); use C4::Context; use C4::Log; use Koha::Account; +use Koha::ArticleRequest::Status; use Koha::AuthUtils; use Koha::Checkouts; use Koha::Club::Enrollments; --