From 1939bb0178dfb00ba3253c5768370bd5ebd51a12 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 --- acqui/basketgroup.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acqui/basketgroup.pl b/acqui/basketgroup.pl index ab0ff6dc3e..590db3202a 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