Bug 17755: Introduce Koha::Object::Limit::Library
[srvgit] / Koha / ArticleRequest.pm
index 217e187..75318fd 100644 (file)
@@ -102,6 +102,7 @@ sub notify {
 
     my $status = $self->status;
 
+    require C4::Letters;
     if (
         my $letter = C4::Letters::GetPreparedLetter(
             module                 => 'circulation',