Bug 20851: Add module to circ/article-request-slip.pl
authorMarcel de Rooy <m.de.rooy@rijksmuseum.nl>
Fri, 1 Jun 2018 07:21:48 +0000 (09:21 +0200)
committerNick Clemens <nick@bywatersolutions.com>
Fri, 8 Jun 2018 13:48:12 +0000 (09:48 -0400)
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 <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Owen Leonard <oleonard@myacpl.org>

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>

circ/article-request-slip.pl

index 7c8ec50..4330214 100755 (executable)
@@ -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;