From a64ed6722b256a9d1db674288bf859c1b4babcca 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 Signed-off-by: Mirko Tietgen <5p4m@gmx.de> Signed-off-by: Paul Poulain --- acqui/basketgroup.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acqui/basketgroup.pl b/acqui/basketgroup.pl index 3300cea9ba..fd49c300c8 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", -- 2.39.2