From 27419f39cc56c127b0cddafae129959023096c08 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 --- 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 7c8ec50..4330214 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.1.4