From 4a9563551f943d3af058b39c8ca33b42f536828f Mon Sep 17 00:00:00 2001 From: Dobrica Pavlinusic Date: Mon, 16 Jul 2012 12:43:24 +0200 Subject: [PATCH] Bug 8439 - Printing basketgroup does not work on plack scope $input CGI object with our for plack --- acqui/basketgroup.pl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/acqui/basketgroup.pl b/acqui/basketgroup.pl index 3300cea..fd49c30 100755 --- a/acqui/basketgroup.pl +++ b/acqui/basketgroup.pl @@ -58,7 +58,7 @@ use C4::Bookseller qw/GetBookSellerFromId/; use C4::Branch qw/GetBranches/; use C4::Members qw/GetMember/; -my $input=new CGI; +our $input=new CGI; our ($template, $loggedinuser, $cookie) = get_template_and_user({template_name => "acqui/basketgroup.tmpl", -- 1.7.2.5