From c2062b1a4ebafe1a8ff8ac86e6d69a81d9a1b137 Mon Sep 17 00:00:00 2001 From: Julian Maurice Date: Tue, 20 Aug 2019 11:02:29 +0200 Subject: [PATCH] Bug 11708: Fix PDF export MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Séverine QUEUNE Signed-off-by: Séverine QUEUNE --- acqui/basketgroup.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acqui/basketgroup.pl b/acqui/basketgroup.pl index 9d9e6dbe9e..62b4307451 100755 --- a/acqui/basketgroup.pl +++ b/acqui/basketgroup.pl @@ -60,7 +60,7 @@ use Koha::Acquisition::BasketGroups; use Koha::ItemTypes; use Koha::Patrons; -my $input = new CGI; +our $input = new CGI; our ($template, $loggedinuser, $cookie) = get_template_and_user({ template_name => "acqui/basketgroup.tt", -- 2.20.1