From 6650c7efb41072a2937bfb6ce90ef08f5c442066 Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Fri, 1 Jun 2018 09:21:48 +0200 Subject: [PATCH] Bug 20851: Add module to circ/article-request-slip.pl See bug 20468, comment7. Although the script seems to compile well, we better add the module here. Trivial change. Signed-off-by: Marcel de Rooy Signed-off-by: Owen Leonard Signed-off-by: Katrin Fischer Signed-off-by: Nick Clemens --- circ/article-request-slip.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/circ/article-request-slip.pl b/circ/article-request-slip.pl index 7c8ec50823..4330214c25 100755 --- a/circ/article-request-slip.pl +++ b/circ/article-request-slip.pl @@ -24,6 +24,7 @@ use CGI qw( -utf8 ); use C4::Context; use C4::Output; use C4::Auth; +use C4::Letters; use Koha::ArticleRequests; use Koha::Patrons; -- 2.20.1